/*
 * player
 */
a.player { display:block; width:233px; margin: 0 0 0 1px; height:207px;  text-align:center;	color:#fff; text-decoration:none; cursor:pointer;}
a.player:hover { background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));}
a.player img { margin: 0; border:0; width: 233px; height: 207px;}

/*
 * playlist
 */
.playlist {	position:relative; overflow:auto; margin: 0 1px 0 0; width: 172px; height:205px !important;}
.playlist .clips { position:absolute;}
#playlist a { width: 170px; height:60px;}
.clips a { display:block; background-color:#fefeff; height:60px; width: 170px; font-size:11px;	border:1px outset #ccc;	text-decoration:none; letter-spacing:-1px; color:#000; cursor:pointer;}
.clips a.first { border-top-width:1px;}
.clips a.playing, .clips a.paused, .clips a.progress { border:0;}
.clips a.progress {	opacity:0.6;}
.clips a.paused { background-position:0 0;}
.clips a span {	display:block; float:left; width: 80px; height: 60px; padding-right: 5px;}
.clips a span img {	width: 80px; height: 60px;}	
.clips a:hover { background-color:#f9f9fa; color: red;}
.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover { background-color:transparent !important;}

/*
 * playlist scrollable
 */
div.sc_menu_wrapper { position: relative; height: 500px; overflow: auto;}
div.sc_menu {}
.sc_menu a { display: block; width: 170px; color: #fff; background: rgb(79, 79, 79);}
.sc_menu a:hover { border-color: rgb(130, 130, 130);}
.sc_menu img { display: block; border: none;}

