@charset "UTF-8";
/* CSS Document */

.scrollableEventi {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:320px;
}

.scrollableMusthave {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:225px;
}


.scrollableBest {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:212px;
	/* height:435px; TWO ELEMENTS */
}

.scrollableSpeciale {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:212px;
	/* height:435px; TWO ELEMENTS */
}

.scrollableShoutbox {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 180px;
	height:205px;
}

.scrollableLink {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 180px;
	height:215px;
}
.scrollableEventi .items, .scrollableMusthave .items, .scrollableBest .items, .scrollableShoutbox .items,  .scrollableLink .items, .scrollableSpeciale .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

a.disabled {
	visibility:hidden !important;		
} 

#right .items div.itemsFloat {
	float:left;
	width:200px;
	margin:0 10px 0 0;
}

#sidebar .items div.itemsFloat {
	float:left;
	width:180px;
	margin:0 10px 0 0;
}

#sidebar .shoutbox .items div.itemsFloat {
	float:none;
	width:180px;
	margin:0 10px 0 0;
}

#right .navigation, #sidebar .navigation {
	height:25px;
	
	border-bottom:1px solid #666666;
	margin:10px 0 15px 0;
}

#right a, #sidebar .navigation a {
	font-size:11px;
	color:#666666;
	height:14px;
	padding:2px 0 0 0;
	
}

#right .navigation a.left, #sidebar .navigation a.left {
	float:left;
	background:url(../img/prev.gif) no-repeat center left;
	text-align:right;
	width:45px;
}

#right .navigation a.archivio {
	color:#333333;
	float:left;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	width:104px;
}

#right .navigation a.archivio2 {
	background:url(../img/next.gif) no-repeat center left;
	padding:2px 0 2px 22px;
	font-weight:bold;
	

}

#right .navigation a.right, #sidebar .navigation a.right {
	float:right;
	background:url(../img/next.gif) no-repeat center right;
	width:45px;
	text-align:left;
}

