#boxSpot {
	position: relative;
	padding: 6px 0;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 708px;
	background: url(../img/bkg_eventiNdx.png) left bottom no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#boxSpot h2 {
	font-size: 1.75em;
	font-weight: bold;
	margin: 0.75em 0 0.75em 30px;
	line-height: 0.75;
}
/* root element for the whole scrollable setup */
div.scrollable {  
	position: relative;
	overflow: hidden;
	width: 630px;	 
	height: 320px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top: 100px;	
}



/* single item */
#thumbs div {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 10px;
	width: 190px;
	height: 320px;
	cursor: pointer;
}

#thumbs div div.boxImgEventi {
	margin-bottom: 12px;
	padding: 3px;
	width: 182px;
	height: 140px;
	border: 1px solid #abc;
	background: #fff;
	overflow: hidden;
}
#thumbs img {
	width: 182px;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background: url(../img/bkg_eventiNdxAct.png) center bottom no-repeat;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background: #fff;
	cursor: default;
}

#thumbs h3 {
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.02em;
	line-height: 1.1;
	background-image: none;
}
#thumbs p {
	margin: 6px 0;
}
#thumbs p.lkScheda {
	position: absolute;
	bottom: 6px;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/scroll_sx.png) no-repeat;
	float: left;
	display: inline;
	margin: 0 9px 0 0;
	cursor: pointer;
	
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -30px;		
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	margin: 0 0 0 9px;
	background-image: url(../img/scroll_dx.png);
	clear:right;	
}

/* position and dimensions of the navigator */
div.navi {
	position: absolute;
	top: 24px;
	right: 48px;
	height: 8px;
	text-align: right;
}
/* items inside navigator */
div.navi a {
	width: 8px;
	height: 8px;
	float: left;
	display: inline; 
	margin: 0 0 0 3px;
	background: url(../img/navigator.png) 0 0 no-repeat;     
	cursor: pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -24px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -48px;     
} 	

p.allNews {
	clear: both;
	margin: 0;
	padding: 6px 30px;
	border-top: 1px solid #fff;
	font-weight: bold;
	width: 648px;
	/*background: url(../img/bkg_h2_struttura.png) 0 0 repeat-x;*/
}
