
/* this makes it possible to add next button beside scrollable */

#thumbs {	
	position:absolute;
	width:2000em;	
	clear:both;
	top:0px;
	left:0px;
}

a.previs{
position:absolute;
left:-10px;
top:65px;
z-index:10;
width:21px;
height:20px;
background:url(imgs/frecciasxnorm.gif) no-repeat;
cursor:pointer;
}

a.previs:hover{
background:url(imgs/frecciasx.gif) no-repeat;
cursor:pointer;
}
a.nextis{
position:absolute;
left:568px;
top:65px;
z-index:10;
width:21px;
height:20px;
background:url(imgs/frecciadxnorm.gif) no-repeat;
cursor:pointer;
}
a.nextis:hover{
background:url(imgs/frecciadx.gif) no-repeat;
cursor:pointer;
}

/* single item */
div#container_offerte{
float:left;
width:290px;
height:150px;
position:relative;
display:inline /*Fix IE floating margin bug*/; 
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/; 
}


/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}



