.clear{clear:both;height:0;overflow:hidden;}

/* ----------------IMAGE SLIDER------------- */
#PhotoSlider_Big_Photo{
	width:500px;
	height:500px;
	margin:auto;
	position:relative;
}
#PhotoSlider_Big_Photo img{
	top:0px;
	left:0px;
	position:absolute;
}

#PhotoSlider_Container {  
/* 	width:510px;  */
	margin:10px auto 10px; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	
	-moz-border-radius-topleft:10px;  
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;	

	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#f2f2f2;
	border:2px solid #b19594;
}
/* create custom forward-backward buttons for this container */
#PhotoSlider_Container .SlideItMoo_forward,
#PhotoSlider_Container .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:125px; 
	bottom:0px; 
	right:5px; 
	background:url(forward.png) no-repeat center;  
}
#PhotoSlider_Container .SlideItMoo_back { 
	left:5px; 
	background:url(backward.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#PhotoSlider_Scroller{ 
	position:relative ; 
	overflow:hidden ;
	width:620px;
	/* width:474px ; set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#PhotoSlider_Items {
	display:block; 
	position:relative;
	width:620px;
}
/* single element design */
#PhotoSlider_Items div.PhotoSlider_element {
	border: 2px solid #7c7c7c;
	display:block;
	position:relative;
	float:left;
	height:85px;

	-moz-border-radius-topleft:2px;  
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;	

	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;

	margin:15px 13px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
#PhotoSlider_Items a { padding:0px; clear:both; display:block; }
#PhotoSlider_Items a img{ border:none; cursor: url(zoom_in_magnifier.cur), pointer;}

div.PhotoSlider_element img{
	cursor:pointer;
}

div#PhotoGallery_redigo{
	width:775px;
}
div.PhotoGallery_redigo_element{
	float:left;
	padding: 5px 15px 5px;
}

div#Big_Photo_descrizione{
	margin-top:10px;
	text-align:center;
}

div.frecce_show{
	cursor:pointer;
	width:25px;
	height:25px;
	top:250px;
	position:absolute;
	z-index:19;
}
div#next{
	right:0px;
	background:url(forward.png) no-repeat center;
}
div#previous{
	left:0px;
	background:url(backward.png) no-repeat center;
}
a#previous_a{
	display:none;
	position:absolute;
	text-align:center;
	height:100px;
	padding-left:5px;
	padding-top:25px;
	width:140px;
	z-index:20;
	top:-50px;
	left:4px;
	background:url(background-popup-prev.png) no-repeat scroll 0 0;
}
a#next_a{
	display:none;
	position:absolute;
	text-align:center;
	height:100px;
	padding-right:5px;
	padding-top:25px;
	width:140px;
	z-index:20;
	top:-50px;
	right:0;
	background:url(background-popup-next.png) no-repeat scroll 0 0;
}

div#Big_Photo{
	width:504px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	background:black;
}

a img{
	border:2px solid white;
}

#TB_title{
	display:block;
	height:0px;
}
#TB_ajaxWindowTitle{
	display:none;
}
a#TB_closeWindowButton img{
	position:absolute;
	right:5px;
	top:5px;
	margin:0px;
}
div#contenitore{
	position:relative;
	overflow:hidden;
	margin-top:5px;
}
div#bottom{
	color:white;
	position:relative;
	height:45px;
}
div#descrizioneTop{
	color:white;
	position:absolute;

}


div#contenitore div#bottom h1{
/* 	font-size: 1.5em; */
	font-size: 15px;
	font-weight: normal;
	margin:0px;
	margin-top:5px;
	position:absolute;
	bottom:0px;
}
div#contenitore div#bottom h2{
	font-size: 0.7em;	
	font-weight: normal;
	margin:0px;
	margin-top:5px;
	position:absolute;
	right:15px;
	top:0px;
}

h2#dettagli_bottone{
	cursor:pointer;
}
div#dettagli_testo{
	font-size:12px;
	color:white;
	background:black;
	opacity:0.8;
	width:494px;
	padding:5px;
}

#chiusura{
	display:none;
}

#mbImage{
	padding:0px;
}
#mbBottom{
/* 	display:none; */
}
#mbNextLink,#mbPrevLink,#mbTitle,#mbNumber,#mbCaption{
	display:none;
}

#mbCloseLink{
	background: url("http://redigo.gonet.it/libraries/mediaBox/images/close.gif") no-repeat scroll center center transparent;
}