/* Gallery 3c */

.gallery3c {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding:10px 20px;
}

div.thumb-wrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	/*background:#F0EEE0 none repeat scroll 0 0;
	border:1px solid #AFAB8E;*/
	float:left;
	height:160px;
	margin:3px 5px;
	padding:5px;
	text-align:center;
	width:160px;
}

.thumb-elem {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	display:block;
	width:160px;
	height:160px;
}
.descr {
	position:static;
}

.thumb-elem img {
	border:2px solid silver;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    /*vertical-align: middle;*/
	vertical-align: bottom;
}
.wraptocenter * {
    /*vertical-align: middle;*/
	vertical-align: bottom;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


