
/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist .clips {	
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:365px;	
}

.clips a {
	background:url(/ncaa/videoPlayer/img/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 10px;
	height:46px;
	width:260px;
	font-size:11px;
	border:1px outset #ccc;		
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(/ncaa/videoPlayer/img/light_long.png) no-repeat 0px -69px;
	width:320px; padding-right: 100px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	background-color:#f9f9fa;		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/




/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/ncaa/videoPlayer/img/up.png) no-repeat;
	margin:5px 0 5px 135px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/ncaa/videoPlayer/img/down.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


