/* plugins.chgallery.css */

/* pagebrowser */
#content .pagebrowser {
	border-top: 1px solid #dddddd;
	border-bottom: none;
	padding:3px 0;	
	margin:2px 0;
}
#content .pagebrowser:first-child {
	border-top: none;
	border-bottom: 1px solid #dddddd;
}
#content .pagebrowser .prev {
	width:20%;
	float:left;
}
#content .pagebrowser .text {
	width:60%;
	float:left;
	text-align:center;
}
#content .pagebrowser .next {
	width:20%;
	float:right;
	text-align:right;
}

#content .clr { clear:both; }

/* thumbnails */
#content .single {
	background: none;
	padding: 5px 0;
	margin: 0;
	width: 150px;
	/*float: left;*/
	float: none;
	display: inline-block;
}
#content .single .img {
	background: none;
	border: none;
	width: auto;
	height: auto;
	line-height: normal;
	position: static;
}
#content .single .img .align {
	margin: 0;
	width: auto;
	height: auto;
	position: static;
	top: 0;
	left: 0;
}
#content .single img {
	width: auto;
	height: auto;
	max-width: none;
}
#content .single span {
	border: none;
	width: auto;
	display: block;
	font-size: 0.85em;
	text-align: left;
	padding: 7px;
	margin: 0;
	min-height: auto;
}


/* category list */
#content .chgallery-list {
	border: none;
	margin: 0 0 20px 0;
}
#content .chgallery-list li {
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #F7F7F7;
}
#content .chgallery-list .img {
	border-right: 4px solid #ffffff;
}
#content .chgallery-list .img,
#content .chgallery-list .text {
	padding: 7px 9px;
	width: auto;
}


/* category */
#content .info {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#content .info h2 {
	padding-bottom: 10px;
}
#content .info h2 strong {
	font-weight: 400;
}
#content .info span {
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}




@media screen and (max-width: 767px) {
	#content .single {
		width: 140px;
	}
}