#wOver_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 900px;
	background-color: #ffffff;
}

#wOver{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background: none;
	background-repeat: no-repeat;	
	background-position: center;
}

#wOverContainer{
	position: relative;
	background-color: #eae8e0;
	width: 300px;
	height: auto;
	margin: 0px auto;
	line-height: 100%;
	padding: 10px;
	padding-bottom: 40px;
	text-align: left;
}

#player_close {
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

#player_title {
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	margin-left: 30px;
	margin-bottom: 5px;
	height: 40px;
	width: 660px;
}
#player_cnt, #player_txt {	
	background: #000000;
	margin-left: 30px;
	float: left;
}
#player_cnt {
	width: 480px;
	height: 393px;
}
#player_txt {
	background: #ffffff;
	padding: 5px 10px;	
	width: 460px;
	height: 383px;
	margin-bottom: 0px;
	padding-right: 20px;
	overflow: auto;
	line-height: 120%;
}
#player_txt p {
	margin: 0px;
	padding: 0px;
}
#player_right {
	width: 137px;
	float: right;
	margin-right: 50px;
}
#player_right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;		
}
.button  {	
	background: url(/openweek/images/bt_pattern_over.gif);
	border-bottom: 1px solid #bd0058;
	background-color: #ff007c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 9px;
	height: 24px;
	line-height: 24px;	
	margin-bottom: 1px;	
	display: block;
}
.active, .button:hover, .disabled {
	background: url(openweek/images/bt_pattern.gif) !important;
	border-bottom: 1px solid #a09c93 !important;
	background-color: #bfbaaf !important;
} 

#file_list {
	background: #f0f0f0;
	font-size: 12px;
	padding: 2px;
}

#file_list a {
	color: #333;
}
#file_list a:hover {
	text-decoration: underline;
}

#show_info {
	position: absolute;
	bottom: 40px;
	color: #bd0058 !important;
}

#video_slide, #audio_slide {
	width: 137px;
	height: 46px;
	display: block;
	overflow: hidden;	
}
#video_slide_cnt, #audio_slide_cnt {
	height: 45px;
	display: block;	
}
#video_slide_cnt a, #audio_slide_cnt a {
	width: 45px;
	height: 45px;
	margin-right: 1px;
	background: #ff3399;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 45px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
#video_slide_cnt a.active, #audio_slide_cnt a.active {
	background: #999 !important;
}
#video_slide bt, #audio_slide bt {
	margin: 0px;
	margin-right: 1px;
}
#video_slide_arrows, #audio_slide_arrows {
	width: 100%;
	height: 20px;
	border-top: 1px dotted #bdbab0;
	font-size: 14px;
	padding: 1px 0px;
	margin-bottom: 7px;
}
#video_slide_arrows a, #audio_slide_arrows a {
	width: 45px;
	height: 20px;
	display: block;
	color: #d5277b;
	text-decoration: none;	
}
#video_slide_arrows a img, #audio_slide_arrows a img {
	margin-top: 3px;
}
#video_slide_arrows a:hover, #audio_slide_arrows a:hover {
	background: #c6bfb2;
}
/* vertical */
.vTrack {
	float: left;	
	width: 15px;
	height: 480px; 
	background: none;
	background-color: #cccccc;
	overflow: hidden;
}
/* horizontal */
.oTrack {
	float: left;
	width: 100%;
	height: 15px; 
	background: none;
	background-color: #cccccc;
	overflow: hidden;
}

.handle {
	width: 15px;
	height: 15px;
	background: none;
	background-color: #666666;
	display: block;
}

