@charset "utf-8";
/* CSS Document */

/* Easy Slider */

	img{border:none;}

	#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:auto;
		height:300px;
		overflow:hidden; 
		}
		
	span#nextBtn{
		float:right;
		margin-right:2%;
		margin-top:10px;
		display:block;
		color:#FFFFFF;
	}
	
	span#prevBtn{
		float:left;
		margin-left:95%;
		margin-top:10px;
		display:block;
	}
					
	#nextBtn a, #prevBtn a{
		color:#FFFFFF;
		text-decoration:none;
	}

/* // Easy Slider */
