
/*----------------------------
	Thumbnails
-----------------------------*/

/*img-gather*/
.img-gather{margin-top:8px; height:200px;}
.img-gather a{
	float:left; 
	width:100%; 
	/*width:85px; */
	/*height:83px; */
	height: 100%;
  	padding-bottom: 0%;
	margin-right:5px;
}

.thumbs{
	width:480px;
	margin:8px 0px/*auto 35px*/;
	text-align:center;
}

.thumbs a{
	border-radius:4px;
	margin-bottom:5px;
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs{
		width:auto;
	}
	
	.bsaHolder{
		display:none;
	}
}





