/* SLIDESHOW HOME */
.new_slide_h{
	width:800px;
	height:358px;
	margin:0;
	padding:0;
	text-align:center;
	
}
.new_slide_h .images{
	position:relative;	
	height:338px;
	width:800px;
	float:left;
	margin:0;
	cursor:pointer;
}
.new_slide_h .images div a{
	position:relative;	
	height:338px;
	width:800px;
	float:left;
	margin:0;
	cursor:pointer;
	z-index:1000;
}
.new_slide_h .images div{
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;
	padding:15px 30px 15px 15px;*/
	height:338px;
	/*font-size:12px;*/
}

/* tabs (those little circles below slides) */
.new_slide_h  .slidetabs {
	clear:both;
	float:right;
	margin-right:44px;
	margin-top:10px;
}

.slide_h{
	background:url(/images/sfondo_slide_h.jpg) top center no-repeat;
	width:735px;
	min-height:314px;
	height:auto !important;
	height:314px;
	margin:35px 0px 35px 0px;
	text-align:center;
}

/* container for slides */
.images {
	position:relative;	
	height:270px;
	width:650px;
	float:left;	
	margin:15px;
	cursor:pointer;
	z-index:9;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;
	padding:15px 30px 15px 15px;*/
	height:270px;
	/*font-size:12px;*/
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
	
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	float:right;
	margin-right:44px;
	margin-top:-12px;

}

/*per IE7 */
*:first-child+html .slidetabs{
	clear:both;
	float:right;
	margin-top:280px;
	margin-right:-50px;
	width:535px;
}


/* single tab */
.slidetabs a {
	width:10px;
	height:9px;
	float:left;
	margin:0px 0px 0px 3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}


/* mouseover state */
.slidetabs a:hover {
	background-position:0 -9px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -18px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:130px;
	margin-left:2px;
	background:#fff url(/images/caroselli_frecce.png) no-repeat;
	display:block;
	width:24px;
	height:51px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position:-24px 0px; clear:right; }
.forward:hover 		{ background-position:-24px -51px; }
.forward:active 	 	{ background-position:-24px -51px; } 


/* prev */
.backward:hover  		{ background-position:0 -51px; }
.backward:active  	{ background-position:0 -51px; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}




/*------------------------------------------------------*/


/************
 * CAROSELLI
 ************/
 
 
 /* prev, next, prevPage and nextPage buttons */
a.browse {
	background:#fff url(/images/caroselli_frecce.png) no-repeat;
	display:block;
	width:24px;
	height:51px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -24px 0px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-24px -51px; }
a.right:active 	{ background-position:-24px -51px;} 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0px -51px; }
a.left:active  	{ background-position:0px -51px; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	float:left;	
	position:relative;
	overflow:hidden;
	/* custom decorations */
}

/*
	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;
}



/*------------------------------------------------------*/


#error_overlay_pwd {
	background-color:#E8FF6D;
	padding:4px;
	-webkit-box-shadow: #000 0 0 12px;
	-moz-box-shadow: #000 0 0 12px;
	z-index:10000;
}


/*------- LOADER ----------*/
.prettyLoader{
		background: url(/images/prettyLoader/prettyLoader.png) top left no-repeat;
		height:30px;
		position:absolute;
		width:30px;
		z-index:30000;
}

.prettyLoader img{display:block;margin:7px 0 0 7px;}

.pl_ie6{background-image: url(../images/prettyLoader/prettyLoader.gif);}
/*------- LOADER FINE ----------*/

