.gallery { 
   float:right; 
   width:171px; 
   height:146px; 
   margin:35px 30px 10px 0 !important;  /*slider location margins*/
   margin:13px 60px 0 0; 
   }	
.gallery2 { width:597px; height:156px; margin:10px 10px 10px 0 !important; margin:13px 60px 0 0; }
#slider{}	
#slider ul, #slider li{
	margin-top:0px;
	padding:0;
	list-style:none;
	}
#slider2 ul, #slider2 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:171px;
	height:146px;
	margin-top:0px;
	overflow:hidden; 
	}
	
#slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:597px;
	height:156px;
	overflow:hidden; 
	}		
	
p#controls, p#controls2 {
	margin:0;
	position:relative;
	} 

#prevBtn { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:25px;
	height:64px;
	position:absolute;
	left:-56px;
	top:-110px;
	}
#nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:25px;
	height:64px;
	position:absolute;
	left:201px;
	top:-110px;
	}		
/*button size for btn and btn a must match*/
#prevBtn a {  
	display:block;
	width:25px;
	height:64px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a {  
	display:block;
	width:25px;
	height:64px;
	background:url(img/btn_next.gif) no-repeat 0 0;	
	}
	
		
#prevBtn2 { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-105px;
	}
#nextBtn2 { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:30px;
	height:77px;
	position:absolute;
	left:597px;
	top:-105px;
	}																		

#prevBtn2 a {  
	display:block;
	width:30px;
	height:77px;
	background:url(img/btn_prev2.gif) no-repeat 0 0;	
	}	
#nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(img/btn_next2.gif) no-repeat 0 0;	
	}






