/* Easy Slider */

/* Easy Slider */
	#sliders ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		font-family:Tahoma, Geneva, sans-serif;
		}
	#sliders li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 445px;
		height:auto;
		overflow:hidden; 
		}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		font-family:Tahoma, Geneva, sans-serif;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 445px;
		height:auto;
		overflow:hidden; 
		}
	#prevBtn, #nextBtn,
	#slider1next{
		}	
	#slider1prev{
		}	
	#nextBtn, #slider1next{ 
		margin:0px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1prev a{  
		font-size:10px;
		display:block;
		float:left;
		margin-top:0px;
		margin-left:90px;
		margin-bottom:5px;
		color:#36C;
		text-decoration:none;
		}	
	#slider1next a{  
		font-size:10px;
		display:block;
		float:left;
		margin-top:0px;
		margin-left:0px;
		margin-bottom:5px;
		color:#36C;
		text-decoration:none;
		}	

	
/* // Easy Slider */
