@charset "utf-8";
/* CSS Document */

/*start easyslider*/
#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:550px;
	height:373px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}			


/*Easyslider Navigation Btns*/
p#controls2{
		margin:0;
		position:relative;
} 
	
#prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:42px;
	height:42px;
	position:absolute;
	left:15px;
	top:-235px;
	}	
#nextBtn, #nextBtn2{ 
	left:500px;
	}														
#prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:42px;
	height:42px;
	background:url(../images/banner_left.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/banner_right.gif) no-repeat 0 0;	
	}		
/*END Easyslider Navigation Btns*/

/*END easyslider*/