﻿#gallery_thumbs{
    position: relative;
    min-height: 1px;
    margin: 0 -20px 0 0;
}* html #gallery_thumbs{ height: 1px; } #gallery_thumbs:after{ content: "."; height: 0; display: block; clear: both; visibility: hidden;} 

.thumb-container{
    width: 213px;
    height: 270px;
    margin: 0 10px 10px 0;
    float: left;
}


#gallery_thumbs .thumb{
    display: block;
    width: 213px;
    height: 213px;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #92908a;
	border-bottom: 1px solid #92908a;
	border-left: 1px solid #ffffff;
	background: #000 url(thumb.jpg) repeat-x 0 0;
	-moz-box-shadow: 2px 2px 2px #92908a;
	overflow: hidden;
}

#gallery_thumbs p {
    margin:5px 0 0 0;
    font-size:11px;
    line-height:15px;
}