/*GALLERY SINGLE*/
.myGallery {width:98%;text-align:center;overflow:hidden;/*background-image:url(../images/bgallery.gif);*/ /*padding:0 10px;*/ margin-left:2px;}
.myPhoto {overflow:hidden;padding:0}
.myGallery .thumb {height:93px; float:left; width:/**/137px;width:143px !important; position:relative; margin-left:8px;margin-right:6px; margin-top:10px;}
.myGallery .thumb_end {height:93px; float:left; width:/**/137px;width:143px !important; position:relative; margin-left:8px;margin-right:0px;margin-top:10px}
.myGallery .thumb,.thumb_end .immagine {overflow:hidden; width:/**/137px;width:143px !important;height:93px; padding:0px; border:3px solid #DADADA;}
.myPhoto .photo {/*width:550px;*/ position:relative; margin-left:16px;margin-right:16px;margin-top:8px; border:0px solid red;}
.myPhoto .photo .immagine {/*width:550px;overflow:hidden;*/ border:3px solid #DADADA; padding:0px;margin:0px;/*15px 0 12px;*/}
.myPhoto .photo .testo { margin-top:10px;text-align:left;padding-bottom:42px;}
.myPhoto .titolo { margin-top:5px; color:#000000; font-size:13px; height: 32px; overflow: hidden;}
.myPhoto .titolo a { color:#000000;  text-decoration:none;}

.myGallery .data { display:block; font-size:11px;}
.myGallery .titolo { margin-top:5px; color:#000000; font-size:13px; height: 32px; overflow: hidden;}
.myGallery .titolo a { color:#000000;  text-decoration:none;}
.myGallery .numero { /*position:absolute; bottom:22px;*/ font-size:12px; color:#000000;  }

/**********Anteprima fotografie dell'album in foto.php**********/
.paginazione_list{margin-left:4px;}

.paginazione_list .thumb {float:left; width:58px; height:58px;position:relative; margin-left:10px;margin-right:0px;margin-top:4px;}
.paginazione_list .thumb .immagine {width:54px;height:54px;overflow:hidden; padding:0px;border: 2px solid transparent}
.paginazione_list .thumb .immagine img {border: 2px solid transparent}
.paginazione_list .thumb .immagine  a {border: 2px solid transparent}
.paginazione_list .thumb .immagine  a:hover {border: 2px solid green;}

/*******************************************************************/

/*GALLERY LIST*/
.myGalleryList {overflow:hidden;text-align:center;overflow:hidden;/*padding:0 10px;*/ margin-left:2px;}
.myGalleryList .thumb {float:left; width:137px; position:relative; margin-left:10px;margin-right:5px; margin-top:14px;}/*border:1px solid red;*/
.myGalleryList .thumb_end {float:left; width:137px; position:relative; margin-left:10px;margin-right:0px;margin-top:14px;}
.myGalleryList .thumb .immagine {overflow:hidden;width:137px; height:93px; padding:0px; border:3px solid #DADADA; /*margin:15px 0 12px;*/}
.myGalleryList .thumb_end .immagine {overflow:hidden; width:137px; height:93px;  padding:0px; border:3px solid #DADADA; /*margin:15px 0 12px;*/}


.myGalleryList .data { display:block; font-size:11px;padding-bottom:8px;}
.myGalleryList .titolo { margin-top:5px; color:#000000; font-size:13px; overflow: hidden;}

.myGalleryList .titolo a { color:#000000;  text-decoration:none;}
.myGalleryList .numero { /*position:absolute; bottom:22px;*/ font-size:12px; color:#000000;}

/*MINIATURE GALLERY*/
ul.thumbMin {
	float: left;
	list-style: none;
	margin: 0; 
	padding:10px;		
	width: 500px;
}
ul.thumbMin li {
	margin:/**/0; 
	margin:2px !important; 
	padding:/**/5px;		
	padding:5px !important;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 80px;
	height: 80px;
}
ul.thumbMin li img {
	width: 80px; 
	height: 80px; /* Set the small thumbnail size */
	/*-ms-interpolation-mode: bicubic;  IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding:/**/2px;		
	padding:2px !important;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumbMin li img.hover {
	background:url(../images/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}
