@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: 					95px;
	left: 					7px;
	width: 					56px;
	padding: 				0px;	
}

#slider-label {
	margin-top: 			3px;
	text-align:				center;	
}

#scroll-main {
	float: 					left;
	margin-left: 			10px;	
	width: 					671px;
	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: 					623px; 
    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;
}
#video-counts {
	background-color: 		#f0f0f0;
	padding: 				2px 5px;
	line-height: 			19px;
	vertical-align: 		top;	
}
#video-counts-right {
	float: 					right;
	margin-right: 			10px;
}

#video-featured-info {
	margin-top: 			10px;	
}
