div.scrollable {	
	/* custom decorations */
	padding:0;
	height:245px;
}

/* single scrollable item */
div.scrollable div.items div.item {
	float:left;	
	/* custom decoration */
}

.item {background:#111;padding:0px;text-align:center;width:174px;height:245px;margin:5px 2px 0 2px;}
.itemimg {background:none;margin-bottom:0px;padding:0px;}
.iteminfo {margin:5px;font-size:100%;color:#fff;margin-bottom:5px;height:2.8em}
.iteminfo a {color:#fff;background:none !important;}
.itemprice {color:#FFCC00}
.itemimg a {background:none !important}
div.scrollable div.items div a img {border:none !important}

