#picframe {
 margin:0 auto;
 margin-left: 0px auto; 
 margin-right: 0px auto; 
 background:white;
 valign:center;
 border-left:1px black solid;
 border-top:1px black solid;
 border-right:1px black solid;
}

#picframe img {
 text-align:center;
 margin:5px;
 border:0px;
}

#pictext {
 margin:0 auto;
 margin-left: 0px auto; 
 margin-right: 0px auto; 
 background:white;
 text-align:left;
 padding-left:5px;
 border-left:1px black solid;
 border-right:1px black solid;
 border-bottom:1px black solid;
 font-size:12px;
 margin-bottom:10px;
 padding-bottom:5px;
}
#picname {
 margin:0 auto;
 margin-left: 0px auto; 
 margin-right: 0px auto; 
 background:white;
 text-align:left;
 padding-left:5px;
 border-left:1px black solid;
 border-right:1px black solid;
 border-top:1px black solid;
 font-size:12px;
 margin-bottom:0px;
 padding-bottom:0px;
 font-size:20px;
 font:bold;
 font-weight:bold;
}
.thumbwrap {
	font-family: Georgia,Verdana,Arial,Lucida,sans-serif;
        color: #603811;
	border: 0px;
	padding: 0px 0px 0 0px;
	margin: 0;
	text-align: center;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: bottom; /**/
	margin: 3px 3px 3px 3px;
	/*border: 1px solid #999;*/
	/*background-color: white;*/
	padding-bottom: 5;
}
.thumbwrap div {
	text-align: left;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #3333B0;
	/*background-color: white;*/
	cursor: pointer;
	padding-top: 5px;
}
.thumbwrap img {
	border: 1px solid black;
	vertical-align: bottom;
}
.thumbwrap a:hover {
	/*background-color: white;*/
	TEXT-DECORATION: underline;
	color: #FF2222;
}
/* top ib e hover Op */
@media all and (min-width: 0px) {
	.thumbwrap li {
		vertical-align: top;
	}
	.thumbwrap li a {
		display: inline-block;
		vertical-align: top;
	}
	.thumbwrap {
		display: inline-block; /* non deve avere margin */
	}
}

.thumbwrap li>a {/*\*/ display: table;}.thumbwrap .caption {display: block;font: bold 12px;  /* Moz, IE6 */}

