/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		background-image:none;
		background-color:#040506;
	}
	#slider li a{
		background-image: none;
		display: block;
		list-style: none outside none;
		margin: 0 auto;
		padding: 0;
		text-decoration: none;
		width: 200px;
	}
	#slider img{
		margin-top:10px;
		margin-bottom:25px;
		margin-left:20px;
	}
	#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:280px;
		height:610px;
		overflow:hidden; 
	}
	#slider li{ 
		background:#040506;
		}		
	span#prevBtn{font-size:17px;}
	span#nextBtn{font-size:17px;}		
	
	span#prevBtn a,span#nextBtn a{color:#A7C500;}

/* // Easy Slider */

