/* Overall Gallery Styles */
.gallery {
	margin:auto;
}
.gallery-item {
	float:left;
	margin-top:10px;
	text-align:center;
}
.gallery-icon {
	text-align:center;
}
.gallery-block{
	width:100%;
	clear:both;
	display:block;
	float:right;
	border-bottom:1px solid #98A1B6;
	margin:0 10px 15px;
	padding:10px 0 5px;
}
.gallery-image, .gallery-text {
	float:left;
}
.gallery-text {
	margin-left:15px;
	max-width:57%;
}
.container-thumb img, .container-thumb h3, .container-thumb p {
	float:left;
}
.container-thumb img {
	border:2px solid #CFCFCF;
	margin:2px 8px 2px 2px;
}
.container-thumb h3 {
	margin-top:5px;
	min-width:40%;
}
.container-thumb p {
	width:80%;
	text-align:left;
}

/* All possible thumbnails widths */
#jphoto-page .width-1 { width:100%; }
#jphoto-page .width-2 { width:49%; }
#jphoto-page .width-3 { width:33%; }
#jphoto-page .width-4 { width:25%; }
#jphoto-page .width-5 { width:20%; }
#jphoto-page .width-6 { width:16%; }
#jphoto-page .width-7 { width:14%; }
#jphoto-page .width-8 { width:12%; }

/* Category */
.jcategory .gallery-text h3 {
	padding:10px;
	border-bottom:1px solid #9FA5B1;
	border-top:1px solid #9FA5B1;
	min-width:75%;
}
.jcategory .container-thumb img:hover {
	border:2px solid #BBBBBB;
}
.jcategory .width-1 .gallery-text {
	max-width:75%;
}

/* Gallery */
.jgallery img {
	margin-bottom:15px;
	border:1px solid #9FA6A8;
	padding:2px;
	float:none;
}

/* Image */
#jframe-top {
	height:40px;
	margin:10px 75px 10px 10px;
}
#jhead {
	width:67%;
	float:left;
	text-align:right;
}
#jframe-top #jhead h2 {
	color:#336D91;
	float:left;
	font-size:28px;
	line-height:26px;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
	width:60%;
}
#jframe-top #jhead a {
	color:#23312F;
	float:left;
	font-weight:bold;
	height:10px;
	margin-left:38px;
	padding:11px 0 0;
}
#jframe-top #jhead a:hover {
	color:#35586E;
	text-decoration:none;
}
.jnavigation {
	float:right;
	margin:0;
	padding:0;
	width:33%;
}
.jnavigation a {
	color:#336D91 !important;
	font-weight:bold !important;
}
.jnavigation a:hover {
	color:#135CAE !important;
	text-decoration:none;
}
.jnavigation .prev, .jnavigation .next {
	float:left;
	text-align:right;
	margin:20px 0 0;
	padding:0;
	width:43%;
}

#jframe-img {
	margin:0 0 -17px;
	padding:1px 10px;
	position:relative;
	text-align:center !important;
}
#jframe-img a {
	text-align:center;
}
#jframe-img img {
	margin:0 0 13px;
	border:medium none;
}

#jframe-bottom {
	margin:0 10px;
}
#jframe-bottom .jnavigation, #jframe-bottom .jnavigation .prev, #jframe-bottom .jnavigation .next {
	width:100%;
}
#jframe-bottom .content-left{
	float:left;
	width:23%;
	text-align:right !important;
}
#jframe-bottom .jnavigation .prev {
	text-align:left !important;
}
#jframe-bottom .content-left .img-wrap img {
	float:left;
}
#jframe-bottom .content-right{
	float:right;
	width:23%;
	text-align:left !important;
}
#jframe-bottom .content-right .img-wrap {
	float:right;
}
#jframe-bottom .content-middle {
	float:left;
	margin:35px 31px 20px;
	width:45%;
	clear:right;
}
.content-middle h3 {
	color:#73746F;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	height:50px;
}
#jframe-bottom #jphoto-info, #jframe-bottom .content-middle h3 {
	margin:0 auto;
	width:300px;
}

/* Other styles */
.jpclear {
	clear:both;
}
.clear-all {
	clear:both;
	width:100%;
}