
.gallery_wrap {
	padding: 0;
	margin:0px;
	width:auto;	
}

.filter {
	
	margin-bottom: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #9CF;
}

.filter span {
	padding: 0  0 0;	
}

.filter a {
/*	color: #009;*/
	color:0395bc;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 3px 10px 3px 10px;
/*	background: url('../images/unchecked.png') no-repeat 0px 3px;*/
}

.filter a:hover {
	text-decoration:none;
	color: #B9121B;
}

.filter a.selected {
	text-decoration: none;
	background:#002558;
	color: #fff;    /*B9121B*/
/*	background: url('../images/checked.png') no-repeat 0px 3px;*/
}

.thumbnail_wrap {
	position: relative;
	margin: 25px auto;
}

a.thumb img {
	width: 130px;
	height: 130px;
	padding: 4px;
	box-shadow: 1px 1px 4px #9CF;
	margin: 13px;
}

a.thumb img:hover {
	box-shadow: 1px 1px 4px #194071;
	background: #194071;
}
a.thumb.hideThumb{
	display: none;
}
a.thumb.showThumb{
	display: inline-block;
}

.clear_floats {
	clear: both;
	line-height: 1px;
}
@media(max-width:768px){
.filter a {display: block;}
}