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