	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:976px;
		height:175px;
		overflow:hidden; 
		}
	#slider li{ 
		background:#f1f1f1;
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}				
	span#prevBtn{width:29px;height:30px;position:absolute;margin-top:-103px;margin-left:-15px;}
	span#nextBtn{width:29px;height:30px;position:absolute;margin-top:-103px;padding-left:961px;}					



