
/* Easy Slider */

	#slider{
		margin:0;
		padding:0;
		position: relative;
		left: 0px;
		overflow: hidden;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider li{ 
		width:580px;
		height:20px;
		
	}	
	
	#slider li a {
		color: #111;
		font-weight: bold;
	}
	

	
	#prevBtn, #nextBtn{ 
		display:block;
		width:37px;
		height:45px;
		position:relative;
		left:25px;
		top:7px;	
		float: left;


	}	
	#nextBtn{ 
		left:25px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:13px;
		height:16px;
		background:url(../images/alert_arrow_left.png) no-repeat 0 0;	
	}	

	#nextBtn a{ 
		background:url(../images/alert_arrow_right.png) no-repeat 0 0;	
	}												

/* // Easy Slider */

