/* Easy Slider */

#content-video ul, #content-video li {
	margin:0;
	padding:0;
	list-style:none;
}

#content-video li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:574px;
	height:304px;
	overflow:hidden; 
}

#controls {
	position:relative;
	width:592px;
	margin:0;
	padding:0;
}
 
#video-prev-link {
	float:left; 
	position:relative;
	padding:4px 0px 11px 16px;
	border-left:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#video-next-link {
	float:left;
	position:relative;
	/*left:550px;*/
	padding:4px 16px 11px 0;
	border-right:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#video-prev-link a { 
	display:block;
	width:24px;
	height:24px;
	background:url('/images/buttons/btn_arrow_left.jpg') top left no-repeat;	
}

#video-prev-link a:hover {
	background-position:center left;	
}

#video-next-link a {
	display:block;
	width:24px;
	height:24px;
	background:url('/images/buttons/btn_arrow_right.jpg') top left no-repeat;	
}

#video-next-link a:hover {
	background-position:center left;	
}
/* numeric controls */	

#content-controls-video {
	float:left;
	width:510px;
	height:39px;
	background-color:#FFF;
	text-align:center;	
}

#content-controls-video ol {
	position:absolute;
	left:50%;
}

ol#controls_video{
    /*margin:0 0 0 -25px;*/
	padding:11px 0px 11px 0px;
}

ol#controls_video li{
	margin:0 6px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	border:none;
}

ol#controls_video li a{
	float:left;
	height:12px;
	width:12px;
	padding:0px;
	background:url('/images/buttons/page_off.png') top center no-repeat;
	border:none;
}

ol#controls_video li.current a{
	background:url('/images/buttons/page_on.png') top center no-repeat;
}
/* // Easy Slider */