.scrollban{
width:980px;
float:left;
position:relative;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 980px;
	height:335px;

	}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div.slidebox{
	float:left;
	width:980px;
}

.scrollable div.slidebox img {
width:100%;
height:335px;
}

.scrollable .active {
	border:0px solid #000;
	position:relative;
	cursor:default;
}

.navi {
	width:200px;
	float:right;
	right:67px;
	position:absolute;
bottom:40px;
background:#000;
}


/* items inside navigator */
.navi a {
	width:17px;
	height:19px;
	float:left;
	margin:3px 5px 3px 6px;
	background:#fff;
	display:block;
	font-size:1px;
	outline:none;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(hori_large.png) no-repeat;
	display:block;
	width:36px;
	height:36px;
	float:left;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	right:0;
	bottom:0px;
	z-index:999999;
}

/* right */
a.right 	{background:#00CC00 url(images/left-btn.png) no-repeat; margin:0px 10px 15px 0px; z-index:99999;}

/* left */
a.left				{background: #FF0000 url(images/right-btn.png) no-repeat; margin:0px 30px 40px 0px}


