/**
 * jQuery gallerific lightBox plugin
 * This jQuery plugin was inspired and based on the jQuery Gallerific plugin by Trent Foley, and the jQuery Lightbox plugin by Leandro Vieira Pinho, 
 * which in turn was inspired by the original Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name gallerificLight.css
 * @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
 */

div.imagegallery {
	width: 600px;
	overflow: visible;
	float: right;
	text-align: center;
	margin: 0 0 0 25px;
	position: relative;
}

div.content {
	/* 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: none;
	float:none;
	width:600px;
	clear: both;	
	margin: 0;
	padding: 0;
	text-align: center;
}



div.controls {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;	
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* autoplay */
div.ss-controls {
	float: left;
	cursor: pointer;
	display: none; }
	
	div.ss-controls span {
	cursor: pointer;
	color: #fff;
	width: 76px;
	height: 33px;
	background-image:url(../newcastle/play.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;	
}

/* back next */
div.nav-controls {
	float: right;
	cursor: pointer;
	}

	div.nav-controls a {
	font-family: Georgia, "Times New Roman", Times, serif;	
	height: 14px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../newcastle/residential_architecture.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	top: 10px;	
	padding: 0 4px 6px 4px;
	margin: 0;
	}

	div.nav-controls a.next {
	width: 13px;
	position: absolute;
	right: 10px;
	color: #FFF;
	text-decoration: none;
	}

	div.nav-controls a.prev {
	width: 13px;
	position: absolute;
	right: 35px;
	color: #FFF;
	text-decoration: none;	
	}


div.slideshow {
	margin: 0 auto 7px auto;
	padding: 0;	
	width: 600px;
	max-height: 420px;
	text-align: center;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
	} 
	
div.slideshow img { 
	cursor: pointer;
	z-index: 1;
	}

.beach {
	width: 169px;
	height: 33px;
	padding: 0;
	background-image: url(../newcastle/zoom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 36%;
	top: 0;
	z-index:5;
	overflow: hidden;
}

div.slideshow span.image-wrapper {
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;	
	position: relative;
	z-index: 6;
}


div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	z-index:100;
}



div.slideshow img {
	border: none;
	display: block;	
	margin: 0 auto;
	padding: 0;
	z-index: 4;
}

div.download {
	/* NOT IN USE */
	float: right;
	display: none;
}

/* IMAGE CAPTION */
div.embox {
	clear: both;
	display: block;
	border: 1px solid #D9D9D7;
	background-color: #F4F4F4;
	padding: 5px 10px 5px 10px;
	width: 578px;
	float: none;
}

div.image-title {
	font-weight: bold;
	font-size: 13px;
	text-align:left;
	margin: 0;
	padding: 0;		
}

div.image-desc {
	padding-top: 12px;
	display: none;	
	margin: 0;
	padding: 0;	
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	padding: 0;
	margin: 0;
	width: 560px;
	float: none;
}

#content ul.thumbs {
	clear: both;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	width: 560px;
	position: relative;	
}
#content ul.thumbs li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
	display: inline;

}

#content ul.thumbs li a {
	padding: 0;
	border: none;
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;	
}
#content ul.thumbs li.selected a {
/*	background-color: red; */
}

#content ul.thumbs a:focus {
	outline: none;
}
#content ul.thumbs img {
	padding: 6px;
	border: none;
	margin: 4px;
}

#content ul.thumbs li.selected img {
	padding: 2px;
	border: 4px solid #D9D9D7;
	margin: 4px;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
display: none;
}
div.navigation div.bottom {
	margin-top: 12px;
display: none;	
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
	background-color: #acf;
}
 
 
 /* jQuery specific overlay styles */
 #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	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: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}