/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------scrollable-horizontal.css-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.container-gallery{
	background-color:#EAEAEA;
	width:610px;
	float:left;
	display:block;
	padding: 10px 10px 10px 10px;
	
}
.boxLati .container-gallery{margin-top: 10px;}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 610px;
	height:108px;
	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;
}
/* make A tags our floating scrollable items */ 
.items a {
	float:left;
	padding:5px 15px 10px 20px;
	border:0px;
	margin:0px;
	display: inline;
} 
/* single scrollable item */
.scrollable img {
	border:0px;
	float:left;
	margin:0px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width:110px;
	height:84px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
/* container-nav */
.container-nav{
	width:430px;
	float:left;
	border: 0;
	padding: 10px 0 0 180px;
	margin: 0;
	display: inline;
	border-top: 1px solid #CCC;
}

/* tooltip styling */ 
#tooltip {
	display:none;
	background:url(/asset/img/nuovo/gallery/black_arrow.png);/* all browsers */ 
	_background:url(/asset/img/nuovo/gallery/black_arrow.gif);/* IE6 only */ 
	font-size:12px;
	height:56px;
	width:179px;
	padding:25px;
	color:#fff;
	text-align:center;
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------scrollable-buttons.css-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/asset/img/nuovo/gallery/hori_large.gif) no-repeat;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
	background-position: 0 -25px;
	float: left;
	display: inline;
}
a.right:hover 		{ background-position:-25px -25px; }
a.right:active 	{ background-position:-50px -25px; } 


/* left */
a.left				{
	float: left;
} 
a.left:hover  		{ background-position:-25px 0; }
a.left:active  	{ background-position:-50px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.prevPage {
	display: inline;
}
.nextPage {
	margin-right:0px;
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------scrollable-navigator.css-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* position and dimensions of the navigator */
.navi {
	margin:3px 10px 0 10px;
	width:180px;
	height:12px;
	float: left;
	text-align: center;
}


/* items inside navigator */
.navi a {
	width:12px;
	height:12px;
	/*float:left;*/
	margin:3px;
	background:url(/asset/img/nuovo/gallery/navigator.gif) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -12px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -24px;     
}

/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------tooltip.css-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/* active item */ 
.scrollable .active { 
 
    /* these two settings makes it visible over the mask */ 
    z-index:9999; 
    position:relative; 
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------BOX btn-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.container-nav .btn_ricomincia {
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:right;
	width: 135px;
	margin-top: 5px;
	display: inline;
	white-space: nowrap;
}
.btn_ricomincia a.qrt-btn-pos{position:static; padding:3px 8px 5px 8px; height:10px; line-height:12px;}

.btn_ricomincia .btnOpen, .btn_ricomincia .btnMid, .btn_ricomincia .btnClose{ float:left; display:block; white-space:nowrap; height:16px;}
.btn_ricomincia .btnOpen {
	background-image:url(/asset/img/nuovo/btn_sx_h16.gif);
	background-repeat:no-repeat;
	font-size:1px;
	padding: 0px 0px 0px 0px;
	width: 10px;
}
.btn_ricomincia .btnClose {
	background-image:url(/asset/img/nuovo/btn_dx_h16.gif);
	background-repeat:no-repeat;
	font-size:1px;
	width: 10px;
	float: left;
}
.btn_ricomincia .btnMid {
	background-image:url(/asset/img/nuovo/btn_mid_h16.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	line-height: 16px;
}
/* list notizie*/

ul.listNotizie{
	width:610px;
	list-style:none;
	padding: 0 10px 0 0;
}
ul.listNotizie li{
	float:left;
	display:list-item;
	font-size:14px;
	padding: 0px 0 7px 0px;
	line-height:20px;
	width:100%;
}
ul.listNotizie li strong{
}
ul.listNotizie li.allLink{ text-align:right;}
ul.listNotizie li a{
	float:left;
	display:block;
	background-image:url(/asset/img/nuovo/arrow_blu.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
	font-size: 14px;
	background-position: 0px -3px;
	white-space: nowrap;
	text-decoration:none;
}
ul.listNotizie li a:hover{
	background-image:url(/asset/img/nuovo/arrow_blu_hover.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}
ul.listNotizie li a:active{
	background-image:url(/asset/img/nuovo/arrow_blu_click.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}
ul.listNotizie li.allLink a{
	text-align:right;
	background-position: right -3px;
	float:right;
	padding:0px 18px 0px 0px;
	margin: 0;
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------scrollable-horizontal small-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.panel-body{
	background-color:#EAEAEA;
	width:133px;
	float:left;
	overflow:hidden;
	padding: 9px 0 15px 0;
	background-image: url(/asset/img/nuovo/bkg_sliding_panel.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	height:312px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollableVert{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 155px;
	height:220px;
	margin: 0 0 0 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.
*/
.scrollableVert .items {
	/* this cannot be too large */
	width:100em;
	position:absolute;
	clear:both;
}
.scrollableVert .items .itemsGroup{
	width:128px;
	height: 205px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 14px;
	white-space:nowrap;
}
/* make A tags our floating scrollable items */ 

/* single scrollable item */
.scrollableVert img {
	border:0px;
	float:left;
	background-color:#fff;
	padding:1px;
	cursor:pointer;
	width:50px;
	border:1px solid #CECECE;
}

/* active item */
.scrollableVert .active {
	z-index:9999;
	position:relative;
}
/* container-nav */
.container-navS{
	width:118px;
	float:left;
	padding: 4px 0 0 0px;
	margin: 0 18px 0 18px;
	display: inline;
}
/* prev, next, prevPage and nextPage buttons */
a.browseS {
	background:url(/asset/img/nuovo/gallery/hori_small.gif) no-repeat;
	display:block;
	width:16px;
	height:17px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.rightS				{
	background-position: 0 -17px;
	float: right;
	display: inline;
}
a.rightS:hover 		{ background-position:-16px -17px; }
a.rightS:active 	{ background-position:-32px -17px; } 


/* left */
a.leftS				{
	float: left;
	display: inline;
} 
a.leftS:hover  		{ background-position:-16px 0; }
a.leftS:active  	{ background-position:-32px 0; }

/* styling for the image wrapper  */ 
.cont-img {
	/* dimensions */ 
    width:485px;
	height:323px;
	margin:0px 0 0px 0px;
	padding:0px 0 0 10px;
	/* centered */ 
    text-align:center;
	-moz-ouline-radius:4px;
	float: left;
	display: inline;
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------scrollable-navigator.css-------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* position and dimensions of the navigator */
.navi.small {
	margin:3px 0 0 0;
	width:84px;
	height:9px;
	float: left;
	text-align: center;
	display: inline;
}


/* items inside navigator */
.navi.small a {
	width:9px;
	height:9px;
	/*float:left;*/
	margin:3px;
	background:url(/asset/img/nuovo/gallery/navigator-s.gif) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
.navi.small a:hover {
	background-position:0 -9px;      
}

/* active state (current page state) */
.navi.small a.active {
	background-position:0 -18px;     
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/asset/img/nuovo/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #BBBBB;
}

/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #BBBBBB;	
	cursor:pointer;
	display:block;
	padding:10px 10px;
	color:#fff;
	font-size:11px;

}
.prev {
	left:0;
	border-left:0;
}

.next {
	right:0;
	border-right:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#333;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#FFF;
	font-size:11px;
	border-top:1px solid #BBBBB;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background-color:#333;
	border-top:1px solid #BBBBB; !important;
}

