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

	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:992px;
		height:400px;
		overflow:hidden; 
		}	
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:8px;
		float:left;
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:8px;
		}
	ol#controls li a{
		float:left;
		width:200px;
		height:8px;
		background:#3e3f41;
		text-indent:-9999px;
		}
	ol#controls li.current a, ol#controls li a:hover{
		background:#f4f4f4;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	