@CHARSET "ISO-8859-1";
#mod_jvvideo_border_r {
	margin-top: 10px;
	width: 100%;
	background: url(../images/jv-video-border-r.jpg) no-repeat bottom right;
	float: left;
}
#mod_jvvideo_border_l {
	padding: 0;
	margin: 0;
	background: url(../images/jv-video-border-l.jpg) no-repeat bottom left;
}
#jv_videowrap {
	width: 100%;
}
#jv_video_container {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: solid 3px #969696;
	background: #969696;
}
#jv_slider_container {
	margin: 10px 12px 0px 12px !important;
	overflow:hidden;
	position:relative;
	height:60px;

}
#jv_slider_center {
	position:absolute
}
#jv_slider_center div {
	/*margin-left: 7px !important;
	margin-right: 7px !important;*/
	margin-right: 8px !important;
	padding: 1px !important;
	border: 1px solid #adabac;
	float:left;
	width: 65px;
	height: 49px;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	overflow: hidden;
}
#jv_direction_container {

}
#jv_direction {
	float: right;
	
}

#jv_direction div#jv_direction_center {
	margin:6px;
	float: right;
	width: auto;
	height: 16px;
	line-height: 16px;
}
#jv_direction div#jv_direction_right {
	margin:6px;
	float: right;
	width: 16px;
	height: 16px;
}
#jv_direction div#jv_direction_left {
	margin:6px;
	float: right;
	width: 16px;
	height: 16px;
}

#jv_direction div#jv_direction_center div {
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	float: left;
	width: 8px !important;
	height: 6px !important;
	background: url(../images/buttons/page_nonactive.jpg) no-repeat !important;
}
#jv_direction div#jv_direction_center div.active {
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	width: 8px !important;
	height: 6px !important;
	background: url(../images/buttons/page_active.jpg) no-repeat !important;
}


