



a:hover{
	text-decoration:none;
}




/*----------------------------
	Thumbnails
-----------------------------*/



.thumbs a.mijn {

	position:relative;
	text-decoration:none;
	
	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;
		z-index: 9;
	}
	#bsaHolder{
		display:none;
	}
}





