/* standard elements */

img{border:none;}
		

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:700px;
		height:500px;
		overflow:hidden;
		margin-bottom:20px; 
		}
	span#prevBtn a{
	text-decoration:none;
	color:#999377;
	padding-right:20px;
	font-size:18px;
	}
	span#nextBtn a{
	text-decoration:none;
	color:#999377;
	font-size:18px;
	}	
	
span# {
   padding-top:15px;
	}	
/* // Easy Slider */
