/**************************** Template B ********************************/
p {
	text-align: justify;
}
.col {
}
.wrap-heading {
	width: 100%;	
	height: 35px;
	position: relative;
}
body .wrap-content .col#col-a {
	width: 790px;
	clear: left;
}

body .wrap-content .col#col-b {
	width: 140px;
	clear: right;
}
body .wrap-content .col .box p {
	padding-top: 18px;
}

/* Col A */
body .wrap-content .col#col-a p {
	padding-left: 18px;
	padding-top: 18px;
	padding-right: 15px;
	text-align: left;
}
body .wrap-content .col#col-a p a { 
	color: gray; 
}

body .wrap-content .col#col-a .wrap-heading {
	height: 40px;
	background: url('../../../img/box-head-decor-1-gallery.gif') no-repeat 16px 0px; 
	position: relative;
	top: 10px;
}
body .wrap-content .col#col-a .wrap-heading .heading {
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 10px;
}


/* Col C */
body .wrap-content .col#col-b .box {
	margin-left: 25px;
	padding-bottom: 3px;
}

/* Thumbset */
.thumbset-nav {
	margin-right: 20px;
	color: #3b5998;
	font-style: normal;
	clear: both;
	text-align: right;
}
.thumbset-nav.top {
	margin-top: 18px;
}
.thumbset-nav a {
	color: #3b5998;
	text-decoration: none;
}
.thumbset-nav div.number, .thumbset-nav div.next
{
	width: 14px;
	display: inline;
	float: right;
	cursor: pointer;
	text-align: center;
}
.thumbset-nav.top div.number, .thumbset-nav.top div.next { padding-bottom: 4px; }
.thumbset-nav.bottom div.number, .thumbset-nav.bottom div.next { padding-top: 4px; }
.thumbset-nav div.next {
	width: 28px;
}
.thumbset-nav.top div.selected {
	padding-bottom: 2px;
	border-bottom: 2px solid #3b5998;
}
.thumbset-nav.bottom div.selected {
	padding-top: 2px;
	border-top: 2px solid #3b5998;
}
.thumbset {
	width: 760px;
	border: 1px solid silver !important;
	background: #f7f7f7;
	position: relative;
	left: 18px;
}
.thumb-wrap {
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.thumb-wrap .thumb {
	border: 1px solid silver;
	padding: 4px;
	margin: 5px;
	cursor: pointer;
	background: white;
}


/* Image Viewer */
.image-view-nav.top {
	margin-top: 18px;
	width: 760px;
}
.image-view {
	text-align: center;
	width: 760px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	background: #f7f7f7;
	margin-left: 18px;
	padding-bottom: 18px;
}	
.image-view .wrap-info {
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	text-aligN: left;
	font-style: normal;
}
.image-view .title {
	color: black;
}
.image-view .image {
	margin-top: 10px;
	border: 1px solid silver;
}
.image-view-nav  a {
	color: #3b5998;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
}
.image-view-nav .next { 
	float: right;
	display: inline;
	position: relative;
	left: 13px;
}
.image-view-nav .prev { 
	float: right;
	display: inline;
	margin-right: 10px; 
	position: relative;
	left: 13px;
}

.image-view-nav .page-num { 
	float: left;
	display: inline;
	margin-left: 18px;
	color: black;
	font-style: normal;
	padding-right: 10px;
	border-right: 2px solid silver; 
}

.image-view-nav .return{ 
	float: left;
	display: inline;
	margin-left: 10px;
}

