div.scrollable {
	height:280px;
	overflow:hidden;
	position:relative;
	width:860px;
	margin-top: 28px;
}

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

div.scrollable div.items div {
	float:left;
	height:280px;
	margin-left:5px;
	margin-right:5px;
}

div.scrollable div.items div.active {
	background-color:#FFFFFF;
	border:1px inset #CCCCCC;
}

div.scrollable {
	float:left;
}

a.prev, a.next, a.prevPage, a.nextPage {
	background: url(/images/left3.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:18px;
	margin:159px 5px 0px 5px;
	width:18px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0 -18px;
}

a.disabled {
	visibility:hidden !important;
}

a.next, a.nextPage {
	background-image:url(/images/right3.png);
	clear:right;
}
