
.scrollableSistemi {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 650px;
	height:100px;
}

.scrollableSistemi .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollableSistemi img {
	float:left;
	cursor:pointer;
	width:130px;
	height:60px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollableSistemi .items a {
	width:130px;
	height:100px;
	text-align:center;
	font-size:12px;
	color:#002147;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.scrollableSistemi .items a:hover {

	text-decoration:none;
}

.items img {
	margin:0;
}

.items a {
	display:block;
	float:left;
} 

.scrollableRow01 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height: 100%;
}

.scrollableRow01 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollableRow02 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height: 100%;
}

.scrollableRow02 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}



/* tooltip styling */
#SistemiToolTip {
	display:none;
	border:none;
	background:transparent url(/Assets/css/bgToolTipCast.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size:12px;
	width:160px;
	padding:15px;
	color:#000000;	
	z-index:1500;
	vertical-align:bottom;
	padding-bottom:25px;
}

#QuickProductsMacro {
	position:absolute;
	right:0px;
	top:22px;
	width:250px;
}

#QuickProductsMacro img {
	border:0;
	cursor:pointer;
	margin:0;
	width:200px;
}

#QuickProductsMacro div.TitMacro {
	height:30px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(/Assets/Images/layout/TopMenu_bg.png);
	background-position:-35px -10px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	width:190px;
	overflow:hidden;
	margin-bottom:5px;
}

#QuickProductsMacroTip {
	display:none;
	border:none;
	background:transparent url(/Assets/css/bgToolTipCastVert.png);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:11px;
	width:180px;
	color:#000000;	
	z-index:1500;
	padding:15px;
}

#QuickProductsMacroTip ul li{
	line-height:1.5em;
	font-size:11px;
	background-image:url(../Images/layout/smallBullet_bg.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding-left:9px;
	margin-bottom:5px;
	
}

#QuickProductsMacroTip a{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

#QuickProductsMacroTip a:hover{
	text-decoration:underline;
}

