#images
{
margin: 0 auto;

background-color:#FFFFF;
	
	height: 400px;
	position:relative;
	width:500px;
	top: 30px;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slider{

margin: 0 auto;

	height:375px;
	position:relative;
	width: 500px;
	

}	

#slider li img
{
width: 500px;
height: 375px;
}

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:500px;
	height:375px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
text-indent:-8000px;	
	width:30px;
	height:120px;
	position:absolute;
	left: 160px;
	top: 5px;
	}	
#nextBtn, #nextBtn2{ 
	left:310px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:20px;
	height:20px;
	background: url('btn_prev.gif') no-repeat;
	}	
#nextBtn a, #nextBtn2 a{ 
	background: url('btn_next.gif') no-repeat 0 0;	
	}	