@charset "utf-8";

.gallery .img {
	width:200px !important;
   height:175px !important;
	float: left;
	margin: 1px;
	text-align: center;
 display: inline-table;
}
.gallery .img img{
	width:200px !important;
   height:175px !important;
	float: left;
	margin: 1px;
	text-align: center;
 display: inline-table;
	
}
.gallery .img a {
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #FF0000;
}

.gallery img {
	border: none;
}


.details-extra-2016 img{
display:inline-table !important;
position:relative;
float:left;
}







@media screen and (max-width: 480px){
.gallery .img {
width:100% !important;
height:auto !important;
}
.gallery .img img{
	width:100% !important; height:auto !important;
}

}