.sc-category-item-photos {
	position: relative; /*leave this value alone*/
	padding: 0;
	margin: 0;
	overflow: scroll; /*leave this value alone*/
	width: 400px;
	height: 165px; /*Height should enough to fit largest content's height*/
}
.sc-category-item-photos .scBelt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.sc-category-item-photos .scPanel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 19px 0 18px; /*margin around each panel*/
	width: 112px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 165px;
}