@charset "utf-8";
/* CSS Document */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 748px;
	height:120px;
	margin:0 0 0 0;	

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

.pane_small .scrollable {width: 504px;height:100px;margin:0;}

/*
	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 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:728px;
	height:100px;	
	padding:10px;
	background:url(/nl_NL/static/images/scroll_sfondo.gif) no-repeat top right;
}

.pane_small .items div {
	float:left;
	width:484px;
	height:80px;	
	padding:10px;
	background:url(/nl_NL/static/images/scroll_sfondo.gif) no-repeat top right;
}


/* single scrollable item */

.scrollable .sx {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	height:100px!important;
	width:262px!important;
}
.scrollable .dx {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	height:100px!important;
	width:466px!important;
}

.scrollable img {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	width:234px!important;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.pane_home .scrollable p {
    margin: 0 12px 0 0;float:left;padding:0;width:auto;display:inline-block;overflow:hidden;
}

.scrollable p.titolo {color:#336699;font-size:16px;
}
.pane_small .scrollable p.titolo {margin:0 0 5px 0;}

.pane_home .scrollable a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
	color:#336699;font-size:12px;
}
.scrollable a:hover  {color:#336699;text-decoration:underline;}

.scrollable .rate a  {color:#336699;text-decoration:none; background:none;padding:0 0 0 0;font-size:12px;}
