/* Easy Slider */
#slider	{margin-bottom:-35px;}
#slider img{border:none;}
	#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:900px;
		height:340px;
		overflow:hidden; 
		}

	span#nextBtn, span#prevBtn{
		z-index:50;
		padding:3px 10px;
		margin: -65px 8px 0 0;
		background:#49c30d;
		border:2px solid #41aa0d;
		color:#000;
		}		
		
span#nextBtn a, span#prevBtn a {color:#000;font:bold 13px Arial, Helvetica, sans-serif;text-decoration:none;}

#contain		{
	width:900px;
	height:340px;text-align:right;
	}				
