/* Easy Slider */

	#banner{
		margin:0 0 14px 0;
		padding:0;
		width:962px;
		height:283px;
		position:relative;
	}
	#banner, #banner ul{  
		margin:0 0 14px 0;
		padding:0;
		width:962px;
		height:283px;
		overflow:hidden;
		list-style-type:none;
			
		}
		
	#banner li{
		margin:0;
		padding:0;
		width:auto;
		height:283px;
		background:none;
		list-style-type:none;	
	}
		
	span#prevBtn a{
		background:url(../images/banner-left-arrow.jpg)  no-repeat;
		width:25px;
		height:71px;
		margin:0;
		padding:0;
		position:absolute;
		top:253px;
		left:-25px;
		text-indent:-999em;
		display:block !important;
	}
	span#nextBtn a{
		background:url(../images/banner-right-arrow.jpg)  no-repeat;
		width:25px;
		height:71px;
		margin:0;
		padding:0;
		position:absolute;
		top:253px;
		left:962px;
		text-indent:-999em;
		display:block !important;
	}
	

/* // Easy Slider */

