body{
	margin:0;
	padding:0;
}

/* outmost wrapper element */
#scrollable {
	background-color:#fff;
	border:1px solid #ddd;
	padding:0;
	width:620px;
	height:90px;
	margin:0;
	padding:0;
}
* html #scrollable {
	width:620px;
}

/* container for the scrollable items */
div.items {
	height:90px;
	float:left;
	width:488px!important;
	margin-top:0px;
	_margin-top:-15px;
	margin-left: 10px;
}
/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:90px;
	height:66px;
	background:url(../../../lib/jquery/scrollable/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	margin-top:8px;
}
div.items a:hover {
	color:#999;
}
div.items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:43px;
	height:34px;
	float:left;
	background-repeat:no-repeat;	
	margin:30px 0 0 0;
}
* html a.prev, a.next {
	margin:15px 0 0 0px;
}
a.prev {
	margin:30px 0 0 20px;
	background: url(bt_hotel_list_pre.gif);
}
* html a.prev {
	margin:15px 0 0 0px;
}
a.prev:hover {
	background: url(bt_hotel_list_pre.gif);
}
a.next {
	margin:30px 0 0 0px;
	background: url(bt_hotel_list_next.gif);
}
* html a.next {
	margin:15px 0 0 0px;
}
a.next:hover {
	background: url(bt_hotel_list_next.gif);
}
/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}
/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../../lib/jquery/scrollable/dots.png) 0 0 no-repeat;
	cursor:pointer;
}
* html div.navi span {
	margin:0px;
}
div.navi span:hover {
	background-position:0 -8px;
}
div.navi span.active {
	background-position:0 -16px;
} 	
