/* gallery.php, gallery-view.php */
#gallerylist_content {
text-align:left;
}
.gallery_thumb {
float: left;
width: 82px;
height:125px;
margin: 10px 15px 10px 0px;
text-align:center;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}
.gallery_thumb:hover > a > img, .gallery_thumb:focus > a > img {
	-webkit-filter: saturate(180%);
    filter: saturate(180%);
}
.gallery_thumb > a > img {
border:1px solid #000;
margin-bottom:10px;
}
.gallery_more {
float:left;
width:82px;
margin: 80px 10px 0px 0px;
text-align:center;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}

/* image-view.php, collection-view.php */
.gallery {
margin:0px;
padding:10px 20px 20px 20px;
text-align:center;
}
.gallery_title {
margin-bottom:10px;
background-color:#FFFFFF;
text-align:left;
}
.gallery_subtitle {
/*height:17px;
background-color:#000000;*/
background: url(/images/info-container-bg.gif);
padding: 10px;
text-align:left;
/*margin-top:10px;
color:#FFFFFF;*/
color:#000000;
font-weight:bold;
font-size:1.1em;
vertical-align:baseline;
}
/*.gallery_subtitle img{
float:right;
border:none;
}*/
.gallery_coname {
display: inline;
}
#gallery_cat
{
	text-transform:uppercase;
	float:right;
}

/* collection-view.php */
.collection-view
{
	float:none;
	/*width:723px;*/
	width:710px;
	height:500px;
	margin:0;
	border:1px solid #999;
	overflow:hidden;
}
.collection-view>.item
{
	float:left;
	width:232px;
	background:#fff;
	margin-top:515px;
	padding:10px 0;
}
.collection-view img
{
	float:left;
	margin:0 0 10px 0;
}

/* mouseover image preview for image-view.php */
#tiptip_holder
{
	position:absolute;
	top:-70px;
	z-index:900;
}
#tiptip_content img
{
	width:100px;
	height:70px;
	border:solid 2px #fff;
}
@media screen and (max-width: 768px) {
	#gallerylist_content {
		text-align: center;
	}
	.gallery_thumb {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.gallery_more {
		margin-top: 20px;
		margin-bottom: 20px;
		float: none;
	}
	#gallery_cat {
		float: none;
		display: block;
	}
}