@charset "utf-8";

.i_banner{ overflow:hidden;}
.i_banner img{ vertical-align:bottom;}

#container{
	position:relative; width:983px; height:300px; z-index:60; 
}
#example{
width:983px; height:300px;
	position:relative;
}
#slides{
	width:983px;
	height:300px;
	position:relative;
}
.slides_container{
	width:983px;
	height:300px;
	overflow:hidden;
	position:relative;
}

#slides .next{
	position:absolute;
	top:104px;
	right:25px;
	width:24px;
	height:51px;
	display:block;
	z-index:101;
}
#slides .prev{
	position:absolute;
	top:104px;
	left:25px;
	width:31px;
	height:51px;
	display:block;
	z-index:101;
}
.pagination{ display:none;}

