* html #nextBtn, * html  #nextBtn2  {
/* IE HACK */
	 
		left:180px
}

* html #prevBtn, * html  #prevBtn2  {
/* IE HACK */
	 
		left:-300px
}


#slider{text-align:center;margin:30px auto;}	
	#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:500px;
		height:350px;
		overflow:hidden;
		}	

	p#controls, p#controls2{
		margin:0 auto;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
text-indent:-8000px;
		width:119px;
		height:99px;
		position:absolute;
		left:105px;
		top:-270px;
		}
	#nextBtn, #nextBtn2{ 
		left:580px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:119px;
		height:99px;
		background:url(images/arrow-left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/arrow-right.png) no-repeat 0 0;	
		}					