/* ----- Thumbnail Grid Styles */


.thumbs ul, .thumbs li {
    list-style: none;
    }
	
.thumbs img{
border:0;
padding: 50px;
}
	
.thumbs {
display: block;
    position: relative;
    width: 300px;
    height: 272px;
	margin:10px 0 20px;
	padding:0;
    }
.thumbs a {
    text-decoration: none;
    }
.thumbs span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 272px;
    background: url(img/ca-frame-2010.gif) no-repeat top;
    overflow: hidden;
    }

	
	.thumbs  span br{
	display:none;
	}

