/* Easy Slider */

.content_slide {
	position:relative;
	float:right;
}
#team {
	margin:0px 0px 0px 100px;
}	
#team ul, #team li {margin:0px;padding:0px;list-style:none;}
#team li { width:800px; height:235px;overflow:hidden;}	
#prevBtn, #nextBtn {display:block;width:19px;height:20px;position:absolute;left:664px;top:0px; z-index:9999;}
#nextBtn {left:688px;}														
#prevBtn a, #nextBtn a {display:block;width:19px;height:20px;background:url(../img/buttons/team.png) no-repeat 0 0;}	
#nextBtn a {background:url(../img/buttons/team.png) no-repeat 0 0;}	

