/* ----- Thumbnail Grid Styles */

.thumbs ul, .thumbs li {
    list-style: none;
    }
	
.thumbs li img{
border:0;
}
	
.thumbs li {
    float: left;
    position: relative;
    width: 132px;
    height: 160px;
	margin:7px 6px 7px 6px;
	padding:0;
    }
.thumbs a {
    text-decoration: none;
    }
.thumbs a span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 132px;
    height: 160px;
    background: url(img/th-frame.gif) no-repeat top;
    overflow: hidden;
    }
.thumbs a:hover span {
    background-position: bottom;
    }
	
	.thumbs a span br{
	display:none;
	}
