
/* outmost wrapper element, containing all elements  */
.scrollable {
	padding:6px 0 0 0;
	width:362px;
	height:100px;
	margin-top:5px;
}

/* container for the scrollable items */
div.items {
	height:85px;
	margin:0 0px 0 8px;
	float:left;
	width:325px !important;
}

/* single item */
div.items a {
	display: block;
	float:left;
	margin-right:5px;
	width:104px;
	height:75px;
	text-decoration:none;
	cursor:pointer;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../../images/btn_prev.gif) no-repeat 0 0;
	display:block;
	width:13px;
	height:13px;
	float:left;
	margin:32px 0 0 0;
	cursor:pointer;
}

a.next {
    float: right;
    margin:32px 0 0 0;
	background:url(../../images/btn_next.gif) no-repeat 0 0;
}

