div#roll {
	margin:0;
	width: 910px;
	position:relative;
	padding-top: 0px;
	border: 10px solid #EEF6FB;
}
#roll_arrow_left {
	position:absolute;
	left:-31px;
	top: 70px;
}
#roll_arrow_right {
	position:absolute;
	right:-31px;
	top: 70px;
}
.roll_item {
	width:210px;
	height:125px;
	position:relative;
	float:left;
}
.roll_item_shadow {
	position:absolute;
	top:0;
	left:0;
}
.roll_item_text {
	position:absolute;
	/*right:20px;*/
	bottom: 0px;
	width: 210px;
	color:#333;
	background-color: #fff600;
	font-size: 80%;
	display: block;
	text-align: center;
}
/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	/*width: 210px;*/
	width: 695px;
	height:120px;

}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbsa {
	position:absolute;
	width:20000em;
	clear:both;
}
/* single item */
#thumbsa>div {
	float:left;
	width:230px;
	height:130px;
	color:#fff;
	cursor:pointer;
}
