@charset "UTF-8";
/* CSS Document */

<!--

#video_controls{
width:522px;
height:40px;
position:relative;
left:-1px;
top:0px;
z-index:5;
background-image:url(../images/undervideo.jpg);

}

        #timetime {position:absolute; color:#FFC; right:5px; font-family:Verdana, Geneva, sans-serif; font-size:10px;}
        #playplay{background-color:#00C; width:1px; height:11; position:absolute; left:98; top:13px;}
        #trackbar{width:400px; height:20px; position:absolute; left:55px; top: 9px; background-color:#010;}
        #playhead{width:5px; height:20px; background-color:#A00; position:absolute; left:0px; top: 0px; z-index:1;}
        #bufferbuffer{background-color:#300; height:20px; width:0px; position:absolute; left:0px; z-index:0;}
        #volumetrack{position:absolute; width:50px; height:10px; left:464px; top:18px; background:#222; z-indez:-1;}
        #volumestatus{position:absolute; width:40px; height:10px; background-color:#A00; z-index:2;}



a img {border:0px solid};

.videoplaylist  a:link, a:visited, a:hover, a:focus, a:active {
	color:#ffffff; text-decoration:none;
}

#video_controls{
width:522px;
height:45px;
position:relative;
left:-1px;
top:0px;
z-index:5;
background-image:url("undervideo_elevation.jpg");

}

#v_play{
	display: block;
	position: absolute;
	left:15px;
	top:0px;
	width:40px;
	height:37px;
	cursor: pointer;
}

#v_play a {display: block; background: url("spirites.jpg") 0 0 no-repeat;}
#v_play a:hover {background: url("spirites.jpg") -41px 0 no-repeat;}

#v_pause{
	display: block;
	position: absolute;
	visibility: hidden;
	left:15px;
	top:0px;
	width:40px;
	height:37px;
	cursor: pointer;
}

#v_pause a {display: block; background: url("spirites.jpg") 0 -42px no-repeat;}
#v_pause a:hover {background: url("spirites.jpg") -41px -42px no-repeat;}

#video_previous{
	display: block;
	position: absolute;
	visibility: visible;
	left:0px;
	top:6px;
	width:28px;
	height:28px;
	cursor: pointer;
}

#video_previous a {display: block; background: url("spirites.jpg") 0px -112px no-repeat;}
#video_previous a:hover {background: url("spirites.jpg") -29px -112px no-repeat;}

#video_next{
	display: block;
	position: absolute;
	visibility: visible;
	left:70px;
	top:6px;
	width:28px;
	height:28px;
	cursor: pointer;
}

#video_next a {display: block; background: url("spirites.jpg") 0px -141px no-repeat;}
#video_next a:hover {background: url("spirites.jpg") -29px -141px no-repeat;}


#player_container {
	position: relative;
	top:30px;
	width:300px;
	height:80px;
	border:0px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("player/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:65px;
	height:15px;
}
#player_progress_load_bar {
	background: url("bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:236px;
	top:32px;
	background: url("spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:318px;
	top:32px;
	background: url("spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:260px;
	top:37px;
	background: url("volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:200px;
	color:#af6300;
	text-align:left;
	font-size:16px;
}

#playlist_list ul{
	position:relative;
	top:20px;
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	border:0px solid #009be3;
	border-top:none;
	width:400px;
	font-size:16px;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#ffff00;
	list-style-position:inside;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#af6300;
}

.miaow {
	font-size:.8em;
	color:#ffffff;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#ffffff;
}







#video_playlist_list {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	width:400px;
	color:#ffffff;
	text-align:left;
	font-size:16px;
	text-decoration:none;
	position:relative;
	top:5px;
}

#video_playlist_list ul{
	position:relative;
	top:10px;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0 0 0px 0;
	border:0px solid #009be3;
	border-top:none;
	width:400px;
	font-size:12px;
}

#video_playlist_list li{
	padding:4px 0 4px 20px;
	cursor: pointer;
}

#video_playlist_list a:link{

color:#ffffff; text-decoration:none;

} 

#video_playlist_list a:hover, a:focus, a:active {

color:#ffffff;

} 





-->
