#slider div {
	text-align:center;
	width:726px;
	padding:0px 15px 0px 15px;
}
#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
		*/ 
		 
		font-family:Georgia, 'Times New Roman', Times, serif;
		color:#EFDFB1; 
		font-weight:bold;
		xborder: #0C0 solid 1px;
		width:726px;
		height:115px;
		overflow:hidden;
		}
	span#prevBtn{color:#FFF; font: #FFF}
	span#nextBtn{}				