#scollable_container{
	background-color:#eae8e8;
	border:#bebebe 1px solid;
	height:80px;
	padding:8px 3px 8px 3px;
}

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width:612px; 
    height:80px;
	float:left;
}

div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
}

div.scrollable div.items div { 
    float:left; 
}

div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

div.items img{
	margin-right:3px;
}

#scollable_container .left{
	color:#00CC33;
	display:block;
	width:20px;
	height:80px;
	background:url(../images/slider_prev.png) no-repeat;
	overflow:hidden;
	float:left;
}

#scollable_container .right{
	color:#00CC33;
	display:block;
	width:20px;
	height:80px;
	background:url(../images/slider_next.png) no-repeat;
	overflow:hidden;
	float:left;
}