/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li {
		float: left;
		width:960px;
		height:435px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:100px;
		height:30px;
		z-index:500;
		position: absolute;
		margin-top:-200px;
		}	
	#nextBtn{ 
		margin-left:950px;
		}														
	#prevBtn a, #nextBtn a{  
		width:100px;
		height:30px;
		background-color: #ee423e;
		padding: 3px;
		color: #FFFFFF;
		}	
		
	#slider img {
		float:left;
		border:none;
		width: 628px;
		height: 419px;
	}
	
	.slidertxt {
		font-style:normal;
		float: left;
		margin-left: 10px;
		width: 280px;
		margin-top: 60px;
	}

	
/* // Easy Slider */
