div.lista {
	background-color:#2a2a27;
	padding:0px 0px 10px 0px;
}
div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}
/* container for the scrollable items */
div.horizontal div.items {
	height:90px;	
	float:left;
	width:821px !important;
}

/* single item */
div.items a, div.noitems a {
	width:140px;
	height:85px;
	border:2px solid #2a2a27;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:25px;		
}
a.prev, a.next {
	background:url(../image/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:22px;
	float:left;	
	cursor:pointer;
}

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


div.double a.prev, div.double a.next {
	margin-top:50px;		
}
