div.scrollable {
	position:relative;
	margin-left:0px;
}
a.prev, a.prevPage {
	display:block;
	width:85px;
	height:115px;
	background-image:url(../../images/lubit-prev.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:270px;
	
	z-index:100;
}
a.next, a.nextPage {
	display:block;
	width:85px;
	height:115px;
	background-image:url(../../images/lubit-next.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:270px;
	margin-left:615px;
	z-index:100;
}
a.prev:hover,
a.next:hover,
a.prevPage:hover,
a.nextPage:hover {
	background-position:0 -115px;
}
a.disabled {
	visibility:hidden !important;
}

.dot-wrap {
	width:240px;
	height:32px;
	position:absolute;
	top:300px;
	left:10px;
	text-align:center;
	z-index:10;
	background:#e1eae3 url(../../images/carousel_disabled.gif) 10px 9px no-repeat;
}
div.navi {
	width:90px;
	overflow:hidden;
	height:17px;
	z-index:100;
	top:17px;
	left:610px;
	position: relative;
	background-color: #555;
}
div.navi.sub {
	width:60px;
	overflow:hidden;
	height:17px;
	z-index:100;
	top:0px;
	left:180px;
	position: relative;
	background-color: #fff;
}
div.navi a {
	width:16px;
	height:17px;
	float:left;
	background:url(../../images/carousel_pagination.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
	z-index:101;
	cursor:pointer;
}
div.navi a:hover {
	background-position:0 -17px;
}
div.navi a.active {
	background-position:0 -34px;
}

