/**
 * jQuery gallerific lightBox plugin
 * @author Matt Gifford aka ColdFuMonkeh (http://www.mattgifford.co.uk/)
 * @developed in conjunction with UGC Creative Ltd (http://www.ugccreative.com/)
 * @original author of jquery lightbox plugin Leandro Vieira Pinho - http://leandrovieira.com
 * @original author of jquery gallerific plugin Trent Foley - http://www.twospy.com
 * @version 0.2
 * @date October 12 2008
 * @category jQuery plugin
 * @license CC Attribution-Noncommercial-ShareAlike (http://creativecommons.org/licenses/by-nc-sa/3.0/)
 * @example Visit http://www.mattgifford.co.uk/ for more informations about this jQuery plugin
 */
 
 
/* gallerfic styles */

.each-gallery {
	position: relative;
	width: 100%;
}

.imageCaptionContainer {
	display: none;
}
.onePhoto {
	visibility:hidden;
}

div.galContent {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	float:left;
	width: 220px;
	overflow: hidden;
	clear: both;
}
div.galControls {
	margin-top: 5px;
	height: 20px;
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #666666;
	cursor: pointer;
}
div.nav-controls {
	float: right;
	width: 40px;
	display:inline-block;
	text-align: right;
	height: 14px;
	list-style-type: none;
	right: 0;	
}
div.nav-controls a {
	padding: 5px;
}

div.galSlideshow {
	clear: both;
	width: 220px;
	height: 142px;	
	background: transparent url(../images/lightbox-ico-loading.gif) no-repeat 90px 62px;
	margin-bottom: 10px;
	/*margin-bottom: 14px !ie;*/
}
div.galSlideshow span.image-wrapper {
	float: none;
	display: inline;
}
div.galSlideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	cursor: pointer;
}
div.galSlideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: none;
	padding: 2px 1px;
}
div.image-title {
	font-weight: normal;
	font-size: 11px;
	text-align:left;
}

div.image-desc {
	padding: 0;
}
div.galNavigation {
	width:220px;
	float: left;
	clear: both;
	padding-bottom: 10px !ie;
}

.photoCount {
	float: left;
	text-align: left;
	color: #158155;
	font-size: 16px;
	font-weight: bold;
}

a.previousImage {
	background: transparent url(../images/icon-photo-arrow-prev.gif) no-repeat 0px 5px;
	padding-right: 10px;
	margin: 0 6px 0 0;
	text-decoration:none;
}
a.nextImage {
	background: transparent url(../images/icon-photo-arrow-next.gif) no-repeat 0px 5px;
	padding-right: 10px;
	text-decoration:none;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	text-align:justify;
	width: 100%;	
}
ul.onePhoto {
	display: none;
}
ul.thumbs li {
	float: left;
	border: 1px solid #fff;
	margin: 0 2px 10px 1px;
	background: #eee;
	list-style-type: none;
	display: inline;
}

ul.thumbs li a.hover {
	border-color: #bbb;
}

ul.thumbs li a {
	padding: 0px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a {
	border: 1px solid #2d5269;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 66px;
	height: 44px;
	background: #eee url(../images/lightbox-ico-loading.gif) no-repeat 18px 6px;
}
div.pagination {
	clear: both;
}
div.galNavigation div.top {
	margin-bottom: 10px;
}
div.galNavigation div.bottom {
	margin-top: 12px;
}

 
 /* jQuery specific overlay styles */
 
 #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	width: 98%; 
	text-align: left; 
	overflow: hidden;
	position: relative;	
}
#lightbox-container-image-data #lightbox-image-details { 

	text-align: left; 
	padding-bottom: 10px;
}	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-currentNumber {
	display: inline; 
	clear: left; 
	padding-bottom: 1.0em;	
}
#lightbox-secNav {
	overflow: hidden;
	text-align: right;
	position: absolute;
	right: 0; 
	bottom: 10px;	
}

#lightbox-secNav-btnClose {
	padding:10px 10px 10px 0;
}