#slider{}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	width:670px;
	height:415px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:10px;
	bottom:5px;
	}
#nextBtn{
	left:630px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background:url(http://media.animalsmatter.org/images/easyslider/btn_prev.gif) no-repeat 0 0;
	}
#nextBtn a{
	background:url(http://media.animalsmatter.org/images/easyslider/btn_next.gif) no-repeat 0 0;
	}