/* outmost wrapper element */
#scrollable {
	/*background-color:#efefef;
	border:1px solid #ddd;*/
	padding:10px 8px 10px 30px;
	/*width:550px;*/
	height:140px;
}

/* container for the scrollable items */
div.items {
	/*height:66px;*/
	height:140px;
	margin-left:8px;
	float:left;
	/*width:478px !important;*/
	width:660px !important;
}

div.items2 {
	/*height:66px;*/
	height:140px;
	margin-left:8px;
	float:left;
	/*width:478px !important;*/
	width:220px !important;
}


/* single item */
div.items a {
	/*display:block;
	float:left;
	margin-right:8px;
	width:88px;
	height:66px;
	background:url(img/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	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.prev, a.next {
	display:block;
	width:18px;
	height:69px;
	float:left;
	background-repeat:no-repeat;
	margin:15px 0px 0 0px;
	cursor: pointer;
}

a.prev {
	background:url(/images/arrow-blue-left.gif) no-repeat;
}
/*
a.prev:hover {
	background:url(/images/scrollable/button-left-over.gif);
}
*/
a.next {
	background:url(/images/arrow-blue-right.gif) no-repeat;
}
/*
a.next:hover {
	background:url(/images/scrollable/button-right-over.gif);
}
*/

.disabled-left {
	background: url(/images/arrow-blue-left-hover.gif);
	display:block;
	width:18px;
	height:69px;
	float:left;
	background-repeat:no-repeat;
	margin:15px 0px 0 0px;
}

.disabled-right {
	background: url(/images/arrow-blue-right-hover.gif);
	display:block;
	width:18px;
	height:69px;
	float:left;
	background-repeat:no-repeat;
	margin:15px 0px 0 0px;
}
