.scrollable {
	position:relative;
	z-index: 10;
    overflow:hidden;
	width: 610px;
	height: 190px;
}
.scrollable .item{
    width: 590px;
	min-height: 180px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.navi {
	cursor: pointer;
	height: 18px;
	float: right;
}
.navigator{
	height: 18px;
	margin-right: 8px;
    margin-top: -10px;
}
.navi a {
    width:12px;
    height:12px;
    float:left;
    margin:3px;
    background:url(img/main/news-dot.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}
.navi a:hover {
    background-position: -12px 0;
}
.navi a.active {
   background-position: -12px 0;
}