
/* outmost wrapper element */
#scrollable {
	background-color: White;
	padding:14px 0px 10px;
	width:645px;
	height:490px;
	overflow:hidden;
}
#scrollable-normal {
	background-color: White;
	padding:14px 0px 10px;
	width:645px;
	height:475px;
	overflow:hidden;
}

div.items{height:438px;float:left;}

/* next / prev buttons */
a.prev
{
    display:block;
    width:30px;
	height:30px;
	background:url(img/button-left-over.gif) no-repeat;
	float:left;
}

a.next {
	display:block;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background:url(img/button-right-over.gif);
	float:left;
}
