#lecs {
	margin:0px
}
/*IMAGE ROLLER*/
/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 152px;
	height:116px;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
}
/* single item */
#thumbs>div {
	float:left;
	width:154px;
	height:116px;
	color:#fff;
}
div#roll {
	margin:0;
	width:152px;
	position:relative;
	border:1px solid #009aa2;
}
div#thumbs {
}
#roll_arrow_left {
	position:absolute;
	left:-1px;
	top: 40px;
	cursor:pointer;
}
#roll_arrow_right {
	position:absolute;
	right:-1px;
	top: 40px;
	cursor:pointer;
}
.roll_item {
	width:154px;
	height:116px;
	background:#fff;
	position:relative;
	float:left;
}
.roll_item_shadow {
	position:absolute;
	top:0;
	left:0;
}
.roll_item_text {
	position:absolute;
	width:154px;
	bottom:0;
	background-color:#009aa2;
	color:#FFFFFF;
	padding:3px;
}
.roll_item_text a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
