/* CSS Document */

#slider{}	
#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:167px;
	height:200px;
	overflow:hidden; 
}	
p#controls{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;	
	width:32px;
	height:16px;
	position:absolute;
	left:115px;
	top:-6px;
}	
#nextBtn{ 
	left:145px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:32px;
	height:16px;
	background:url(../images/Left-slide.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/Right-slide.png) no-repeat 0 0;	
}												



#slider2{}	
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
	width:205px;
	height:185px;
	overflow:hidden; 
}	
p#controls2{
	margin:0;
	position:relative;
} 
#prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:32px;
	height:16px;
	position:absolute;
	left:150px;
	top:8px;
}	
#nextBtn2{ 
	left:180px;
}														
#prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:32px;
	height:16px;
	background:url(../images/Left-slide.png) no-repeat 0 0;	
}	
#nextBtn2 a{ 
	background:url(../images/Right-slide.png) no-repeat 0 0;	
}												
