/* outmost wrapper element */
div#scrollable {
	width:990px;
	height:120px;
}

/* container for the scrollable items */
div#scrollable div.items {
	height:120px;	
	margin-left:0px;	
	float:left;
	width:930px !important;
}


/* single item */
div#scrollable div.items a {
	display:block;
	float:left;
	width:155px;
	height:150px;
	font-size:0px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

/* next / prev buttons */
a.prev, a.next {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;	
	margin: 50px 0 0 0;
}

a.prev {
	background:url(../gfx/scrollbar/button-left.gif) no-repeat;		
}

a.next {
	background:url(../gfx/scrollbar/button-right.gif) no-repeat;		
}


/* outmost wrapper element */
div#scrollable-prod {
	width:990px;
	height:200px;
}

/* container for the scrollable items */
div#scrollable-prod div.items {
	height:200px;	
	margin-left:0px;	
	float:left;
	width:930px !important;
}


/* single item */
div#scrollable-prod div.items a {
	display:block;
	float:left;
	width:155px;
	height:200px;
	font-size:0px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

	
div#items a, div#items, div.items a { color: #ffffff; font-size: 0px; }
