img{border:none;}
		
	
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:855px;
		height:520px;
		margin:0px 0 0 0px;
		}
		
	.slider_bg{
		float:left;
		background-color:#fff;
		width:855px;
		height:520px;
		margin:30px 0 0 30px;
		}
		
		
		
	