div.scroller_bigpic {
	background-color: #E5DAC1;
	width: 316px;
	padding: 5px;
}

/* =============== RIGHT SIDE IMAGES ================== */
div.scroller {
	width: 326px;
	margin: 4px 0 5px 0;
	background-color: #D2BF99;
	overflow: hidden;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 271px;
	height:81px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	margin: 0;
	padding-top: 8px;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

.items div img {
	margin: 0 8px;
}


div.content_image_scroller div.scroller {}

div.content_image_scroller div.scroller a.prev {
	float: left;
	margin: 0;
	padding: 0; 
}
div.content_image_scroller div.scroller a.next {
	float: left;
	margin: 0;
	padding: 0;
}