.scrollable { position:relative; overflow:hidden; width: 607px; height:342px; }
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scroll_content { width:607px; height:342px; display:table; float:left; }
.item_info { width:610px; height:40px; margin:304px 0 0 0; background:url(../images/front/slider_bg.png); }
.navi {	overflow:hidden; height:20px; position:absolute; left: 475px; top: 320px; z-index:5; }
.navi a { width:8px; height:8px; float:left; margin:1px; background:url(../images/front/navigator.png) 0 0 no-repeat; display:block; font-size:1px; }
.navi a:hover { background-position:0 -8px; }
.navi a.active { background-position:0 -16px; }

