/* outmost wrapper element */
#scrollable {
	width:885px;
	height:143px;
	border:3px solid #323232;
	float:left;
	margin-top:5px;
}
/* container for the scrollable items */
div.items {
	height:130px;
	float:left;
	width:824px !important;
}
/* single item */
div.items a {
	display:block;
	float:left;
	padding:4px;
	width:130px;
	height:130px;
	text-align:center;
	cursor:pointer;
}
div.items a:hover {
	color:#999;
}
div.items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}
/* next / prev buttons */

a.prevPage {
	border-right:3px solid #323232;
	display:block;
	width:25px;
	float:left;
	padding:52px 0 42px 0;
	background-color:#131313;
}
a.nextPage {
	border-left:3px solid #323232;
	display:block;
	width:25px;
	background-color:#131313;
	float:right;
	padding:52px 0 42px 0;
}
.cursor {
	cursor:pointer;
}

