@charset "UTF-8";
/* player.css 

	Player page specific styles
*/

/* Thumbnails */
#clip_window {
	width: 650px;
	overflow: hidden;
	position: relative;
	float:left;
}

#clip_title {
	color: #cccccc;
	width: 120px;
	font-weight:bold;
	font-size:14px;
}

#clip_time {
	color: #848484;
	width: 50px;
	font-weight:bold;
}

#clip_date {
	color: #848484;	
	font-weight:bold;
	font-size: 11px;
	left:276px;
	top: 413px;
	width:75px;
	position: absolute;
}

#topBar {
	/*background-image: url(../images/top_ScrollBar.gif);*/
	height: 27px;
	width: 636px;
	position: relative;
	top: 4px;
	
	/*-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top_ScrollBar.png", sizingMethod="crop");*/
}

#videoThumbs {
	/* height: 170px; */
	width: 5000px;
	margin: 0px auto;
	position: relative;
	left: 0px;	
}

#scrollLeft {	
	padding: 0px;
	float:left;
	width: 34px; 
	height: 80px;
}

#scrollRight {	
	padding: 0px;
	float:right;
	width: 34px; 
	height: 80px;
}

.rightOn {
	background-image: url(../images/arrowRightOn.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.rightOff {
	background-image: url(../images/arrowRightOff.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.leftOff {
	background-image: url(../images/arrowLeftOff.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.leftOn {
	background-image: url(../images/arrowLeftOn.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.scrollOff {
	background-image:url(../images/scroll_off.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
	margin: 0 4px 0 0;
	cursor: pointer;
}

.scrollOn {
	background-image:url(../images/scroll_on.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
	margin: 0 4px 0 0;
	cursor: default;
}

.thumbContainer {
	display: block;
	top:10px;
	width: 122px;
	height: 130px;
	float:left;
	position:relative;
	margin-right:10px;
	outline: none;
}

.socialLink {
	height: 25px;
	width: 38px;
	/*margin: 1px 2px;*/
}

.thumbContainer img{
	opacity: .5;
	filter:alpha(opacity=50);
	position: relative; /*Needed for filter to work*/
}

.thumbContainer:hover img, .thumbContainer.activeThumb img{
	opacity: 1;
	filter:alpha(opacity=100);
}

.thumbContainer.activeThumb img{
	border: 1px solid #ffffff;
	overflow: hidden;
}

.thumbContainer span{
	display: block;
}

.thumbContainer:hover span, .thumbContainer.activeThumb span{
	color:#cccccc;
}

/*.thumbPic {
	background-color: black;
	height: 111px;
	width: 196px;
}

.thumbPic a{
	display: block;
	height: 111px;
	width: 196px;
}

.thumbTitle {
	color: white;
	width: 195px;
	text-align: left;
	font-weight:bold;	
}

.thumbTitle a{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.thumbTitle a:hover{
	color: #e3ff00;
}*/

/*.textActive a {
	color:#cccccc;
}

.opacity {
	opacity: .5;
	filter:alpha(opacity=50);
	position: relative;
}

.thumbContainer .activeThumb {
	border:1px solid #FFFFFF;
	overflow:hidden;
}

.thumbDivProperties {
	width:120px;
	height:68px;
	border:1px solid #3b3b3b;
	padding-top:1px;
}*/

.thumbTime {
	font-size: 11px;
	width: 195px;
	text-align: left;
	color: #ffffff;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear:left;	
}

.navBar {
	background-color: white;
	width: 3px;
	height: 13px;
}

.png { behavior: url(iepngfix.htc); }

