@charset "utf-8";
/* CSS Document */
 
#scroll-area {
	position: 				relative;
	margin: 				10px 0px 5px 0px;
	font-size:				10px;
}

#scroll-play {
	float: 					left;
	margin-top: 			0px;
	margin-left: 			5px;
	width: 					60px;
}

#scroll-play-icon {
	display: 				block;
	margin: 				0px;
	width: 					60px;
	height: 				60px;
	background: 			url('/images/site/button-play.png') no-repeat 0px 0px;
	cursor: 				pointer;
}

#scroll-play-text {
	margin: 				0px;
	text-align: 			center;
	font-size: 				12px;
	color: 					#000000;	
}

#scroll-play-timer {
	position: 				absolute;
	display: 				none;
	top: 					75px;
	left: 					7px;
	width: 					56px;
	padding: 				0px;
	font-size: 				10px;
}

#slider-label {
	margin-top: 			3px;
	text-align:				center;	
}

#scroll-main {
	float: 					left;
	margin-left: 			10px;	
	width: 					531px;
	height: 				100px;
}

#scroll-border {
	height: 				60px;
	border: 				1px solid #000000;
}
 
#scroller-label {
	float: 					left;	
	margin-left: 			10px;
	width: 					90px;
	text-align: 			center;
}
 
#scroller { 
    float:					left;	
	position:				relative; 
    overflow:				hidden; 
	width: 					483px;  
    height:					60px; 
} 

#thumb-area { 
    position:				absolute; 
	width: 					2000em;
	list-style-type: 		none;
	margin: 				0px;
	padding: 				0px;
} 
 
#thumb-area li { 
	float:					left;
	position:				relative;
	display: 				block;
	margin: 				0px 1px;
	height: 				60px;
	cursor:					pointer;
	opacity:				0.5;
}

#thumb-area li p { 
	position: 				absolute;
	left: 					2px;
	top: 					0px;
	margin: 				0px;
	padding: 				0px;
	font-family: 			Arial;
	font-size: 				24px;
	line-height: 			24px;
	font-weight: 			bold;
	color: 					#ffffff;
}

#thumb-area li img {
	display: 				block;
	margin: 				0px;
	height: 				60px;
	border: 				0px;
	padding: 				0px;
}

#thumb-area li:hover {
	opacity:				1.0;	
}

#thumb-area li.active {
	opacity:				1.0;	
}

#prev-image, #next-image {
	float: 					left;
	display: 				block;
	margin: 				0px 1px;
	width: 					43px;
	height: 				60px;
	background: 			url('/images/site/button-play.png') no-repeat -104px 0px;
	cursor: 				pointer;
}

#next-image {
	background-position: 	-147px 0px;
}

#prev-page, #next-page {
	float: 					left;
	display: 				block;
	margin: 				0px 1px 0px 0px;
	width: 					22px;
	height: 				60px;
	background: 			url('/images/site/button-play.png') no-repeat -60px 0px;
	cursor: 				pointer;
}

#next-page {
	background-position: 	-82px 0px;
	margin: 				0px 0px 0px 1px;
}

.rolloverFade:hover {
	opacity: 				0.6;	
}

.social-media-entry {
	display: 				inline-block;
	margin: 				0px 5px;
	width: 					85px;
	height: 				19px;
	line-height: 			19px;
	vertical-align: 		top;
}

.overlay-button {
	display:				none;
	position:				absolute;
	width: 					60px;
	z-index:				1000;
	background: 			-moz-linear-gradient(top, #3f3f3f 0%, #242424);
	background: 			-webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#242424));
	filter: 				progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border: 				1px solid #232323;
	-moz-box-shadow: 		0px 1px 0px rgba(000,000,000,0.3), inset 0px 1px 2px rgba(255,255,255,0.2);
	-webkit-box-shadow:		0px 1px 0px rgba(000,000,000,0.3), inset 0px 1px 2px rgba(255,255,255,0.2);
	box-shadow:				0px 1px 0px rgba(000,000,000,0.3), inset 0px 1px 2px rgba(255,255,255,0.2);
	text-shadow:			1px 1px 2px rgba(000,000,000,0.8), 0px 0px 0px rgba(255,255,255,0);
	padding: 				5px 10px;
	text-align: 			center;
	font: 					bold 10px Arial, Helvetica, sans-serif;
	color: 					#ffffff;
}

#video-counts {
	float: 					none;
	margin: 				0px;
	background-color: 		#f0f0f0;
	padding: 				2px 5px;
	line-height: 			19px;
	vertical-align: 		top;	
}

#video-counts-right {
	float: 					right;
	margin-right: 			10px;
}

#video-counts-right img.icon-views {
	display: 			inline;
	margin-right: 		5px;
	width:				14px;
	height: 			16px;
	vertical-align:		middle;
}

#video-featured-info {
	margin-top: 			10px;	
}

.sm-facebook {
	width: 					70px;
}

.sm-twitter {
	width: 					90px;
}