#slider{
margin: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
		*/ 
		width:240px;
		height:100px; 
		/*padding:2px 5px 0px 5px;*/
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:9px;
		height:14px;
		position:absolute; left:5px; top:40px;
		/*right:417px;*/ margin:0px 7px 0px 0px;
		/*top:730px;*/ 
		}	
	#nextBtn{ 
		/*right:154px;*/ left:265px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:9px;
		height:14px;
		background:url(/images/left_arrow.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/images/right_arrow.jpg) no-repeat 0 0;	
		}												

