#official_video_slider ul, #official_video_slider li{
  margin:0;
	padding:0;
  list-style:none;
}
#official_video_slider, #official_video_slider li{ 
	width:760px;
	height:310px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}

#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:760px;
		height:280px;
		overflow:hidden; 
		}												
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0 0 40px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ba8f77;
		background:#f5e5db;
		color:#ba8f77;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ba8f77;
		color:#f5e5db;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}