/*GALLERY LIST*/
.myGalleryList {overflow:hidden;/*padding:0 10px;*/ margin:0;}
.myGalleryList .thumb_ {float:left; width:173px; position:relative; margin-left:10px;margin-right:5px; margin-top:14px;}/*border:1px solid red;*/
.myGalleryList .thumb_end {float:left; width:173px; position:relative; margin-left:10px;margin-right:0px;margin-top:14px;}
.myGalleryList .thumb_ .immagine {overflow:hidden;width:173px; height:123px; padding:0px; border:3px solid #DADADA; /*margin:15px 0 12px;*/}
.myGalleryList .thumb_end .immagine {overflow:hidden; width:173px; height:123px;  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: 510px;
}
ul.thumbMin li {
	margin:/**/ 0; 
	margin:2px!; 
	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 */
}
