/* outmost wrapper element */
div.scrollable {
   /*	padding:8px; */
   overflow: hidden;

}

div.horizontal {
	width:100%;
	height:150px;		
}


/* container for the scrollable items */
div.horizontal div.items {
	height:138px;	
	margin-left:8px;
	margin-right: 8px;
	float:left;
	width:90% !important;
	vertical-align: middle;
   overflow: hidden;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	cursor:pointer;
}

div.items a {
	float:left;
	margin-right:8px;		
	margin-bottom: 10px;

}

div.items img {
background-color: #FFFFFF;
border: 1px #990066 solid;
padding: 3px;
text-align: absmiddle;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(/images/pic/left.png) no-repeat 0 0;
	display:block;
	width:13px;
	height:39px;
	float:left;	
	margin:45px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/images/pic/right.png)		
}

a.prev:hover {
	background-position:0 -39px;		
}

a.next:hover {
	background-position:0 -39px;	
}