/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable_ultimissime {

	/* required settings */
	position:absolute;
	overflow:hidden;
	width: 595px;
	height:15px;
	top:0px;
	left:0px;


}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable_ultimissime .items_ultimissime {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	top: -5px;
	left: 8px;
	
}

/* single scrollable item */
.scrollable_ultimissime p {
	line-height:0px;
	float:left;	
	padding-right:10px;
	width:600px;
	/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
}
.scrollable_ultimissime p a{
	color:#666666;
	text-decoration:none;
}
/* active item */
.scrollable_ultimissime .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

#oggetto{	
	background-image:url(../../images/sfondo_accessorapido.png);
	background-repeat:no-repeat;
	width:270px;
	height:72px;
}
.link_style{	
	padding-left:10px;
	padding-top:10px;	
	height:52px;
	width:260px;
	display:block;
	text-decoration:none;
}
.link_style img{
	border:0px;
}

