#videowrapper {position: absolute; top: 68px; left: 25px;}
a.player {	
display:block;
background:url(/images/videoplayer/splash.jpg) no-repeat;
width:432px;
height:324px;
margin:0;
padding:0;	
text-align:center;
color:#fff;
text-decoration:none;
cursor:pointer;
left:242px;
position:absolute;
top:68px;
z-index: 10;
}
a.player img {
border:0 none;
margin-left:208px;
margin-top:122px;
}
div.playlist {
position:relative;
overflow:hidden;
background: url(/images/videoplayer/bg_playlist.gif) repeat;	 	
height:270px !important;
}
div.playlist div.clips {	
position:absolute;
height:20000em;
}
div.playlist, div.clips {
width:216px;	
}
div.clips a {
background:url(/images/videoplayer/h80.gif);
display:block;
background-color:#fefeff;
padding:10px;
height:32px;
width:194px;
border-right:1px solid #c3c3c3;
border-left:1px solid #c3c3c3;	
border-bottom:1px solid #c3c3c3;		
text-decoration:none;
}
div.clips a.first {border-top: 1px solid #c3c3c3}

div.clips a.playing, 
div.clips a.paused, 
div.clips a.progress {
background: #ED5726;
color: #fff !important;
}
div.clips a.playing span {color: #fff !important;}

div.clips a.paused {
background-position:0 0;	
}

div.clips a span {
display:block;		
font-size:85%;
width: 195px;
height: 35px;
color:#000;
line-height: 1.3em;
}

a.go {
display:block;
width:216px;
height:27px;
margin:0;
cursor:pointer;
}
a.go.up {background:url(/images/videoplayer/arrow-up.gif) no-repeat 0 -27px;}
a.go.down {background:url(/images/videoplayer/arrow-down.gif) no-repeat 0 -27px;}

a.go.up:hover,
a.go.down:hover {background-position:0px -54px;}

a.go.disabled,
a.go.disabled:hover {background-position:0px 0px; cursor: auto;}	
