.thumbs{
	width:480px;
	margin:0 auto 0;
	text-align:center;
	max-height:172px;
}

.thumbs a.hidden{
	display:none;
}


.thumbs a{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    border: 4px solid #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 160px;
    margin: 0 0 40px;
    position: relative;
    text-decoration: none;
    width: 98%;
	-webkit-border-radius-bottomleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-radius-bottomright: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-radius-topleft: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-radius-topright: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}

.thumbs a:after{
	/*background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;content: attr(title);*/ 
	content: "";
	/*display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;*/
}


@media screen and (max-width: 960px) {
	.thumbs{
		width:auto;
	}
	#bsaHolder{
		display:none;
	}
}