@charset "utf-8";
/* CSS Document */
#easy_slider_container {	
	margin:0 auto;
	position:relative;
	text-align:left;
	background: #fff url(../images/teamson_site_graphics/teamson_site_main-image_frame.jpg) no-repeat;
	width: 780px;
	height: 400px;
}	
				
#content {
	position:relative;
}	
#content img {
	border:none;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-10000px;
}
/* // image replacement */


/* Easy Slider */
#slider {
	position: absolute;
	top: 35px;
	left: 37px;
}	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:707px;
	height:330px;
	overflow:hidden;
}	
#prevBtn, #nextBtn { 
	display:block;
	width:57px;
	height:57px;
	position:absolute;
	left:5px;
	top:150px;
}	
#nextBtn { 
	left:717px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:57px;
	height:57px;
	background:url(../images/easy_slider/btn_prev.png) no-repeat 0 0;
}
#prevBtn a:hover {
	background:url(../images/easy_slider/btn_prev_over.png) no-repeat 0 0;
}
#nextBtn a { 
	background:url(../images/easy_slider/btn_next.png) no-repeat 0 0;
}
#nextBtn a:hover { 
	background:url(../images/easy_slider/btn_next_over.png) no-repeat 0 0;
}
/* // Easy Slider */
