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

#prevBtn { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:30px;
	height:77px;
	position:absolute;
	left:-28px;
	top:-150px;
	}
#nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:30px;
	height:77px;
	position:absolute;
	left:240px;
	top:-150px;
	}		

#prevBtn a {  
	display:block;
	width:30px;
	height:77px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a {  
	display:block;
	width:30px;
	height:77px;
	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:-13px;
	top:-115px;
	}
#nextBtn2 { 
	display:block;
	margin:0;
	overflow:hidden;
/*	text-indent:-8000px;*/		
	width:30px;
	height:77px;
	position:absolute;
	left:230px;
	top:-115px;
	}																		

#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;	
	}





