/**
 * 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
 */
 
/* gallerfic styles */

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}

div#container {
	padding: 20px;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

div#footer {
	text-align: center;
	clear: both;
	padding-top: 12px;
}

h1, h2 {
	margin: 0;
}

h1 {
	color: #333;
	padding: 0;
}

h2 {
	color: #111;
	padding-top: 10px;
}

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:left;
}

#descriptionTabs, #photosTabs {
	margin:0 0 5px;
	padding:0 0 15px;
	height:260px;
}

#videoTabs {
	border-bottom:1px dotted #3377BB;
	margin:0 0 5px;
	padding:0 0 15px;
	height:297px;
}

div.galleryWrapper div.content {
	width:338px !important;
	margin:0 !important;
	background:url(../image/photo_gallery/loading.gif) no-repeat 150px 120px
}

div.controls {
	margin-top: 5px;
	height: 23px;
}

div.ss-controls {
	float: left;
}

div.ss-controls span {
	color: #3377bb;
	cursor: pointer;
}

div.nav-controls {
	float: right;
	width:165px;
}

div.nav-controls a {
	padding: 0px;
}

div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}

div.slideshow a.advance-link {
	display: block;
}

div.slideshow, div.slideshow a.advance-link img, div.slideshow span.image-wrapper, div.slideshow a.advance-link {
	width:338px;
	height:230px;
	display:block;
	padding:0;
}

div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

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. */
}

ul.thumbs {
	clear: both;
	margin: -2px 0 0 0px;
	padding: 0;
	overflow:hidden;
}

ul.thumbs li {
	float: left;
	padding: 0 !important;
	/*margin: 0 2px 2px 0;*/
	list-style: none;
	width:75px;
	height:46px;
}

ul.thumbs li.last {
}

ul.thumbs li a {
	/*padding: 2px;*/
	display: block;
}

ul.thumbs li.selected {
	background: #ff9900;
}

ul.thumbs a:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width:71px;
	height:42px;
	margin:2px;
}

div.pagination {
	float:right;
	position:relative;
}

div.navigation div.top {
	padding-top:5px;
	height: 23px;
	padding-left:0 !important;
	padding-right:5px !important;
}

div.navigation div.bottom {
	margin-top: 12px;
	padding-left:0 !important;
	padding-right:5px !important;
}

div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 3px 0 3px;
	text-decoration:underline;
}

div.pagination a:hover {
	background-color: #FF9900;
	text-decoration: none;
}

div.pagination strong {
	color:#ff9900;
	text-decoration:none;
}

/* 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: 17px;
	float: right;
	padding-bottom: 0.7em;
}

/*custom css*/

.galleryWrapper {
	width:498px;
	/*overflow:auto;*/
	position:relative;
	height:260px;
}

#gallery {
}

.open-lightbox {
	background-image:url(../image/photo_gallery/open-lightbox.png);
	height:26px;
	left:11px;
	position:absolute;
	top:40px;
	width:26px;
}

div.navigation {
	width:155px;
	margin:0 0 0 5px;
	float: left;
}

div.content {
	display:block;
}

.ss-controls .play {
	background-image:url(../image/photo_gallery/play-btn.gif);
	background-repeat:no-repeat;
	display:block;
	height:17px;
	padding-left:22px;
	width:145px;
	color:#37b;
	font-weight:bold;
}

.ss-controls .pause {
	background-image:url(../image/photo_gallery/paused-btn.gif);
	background-repeat:no-repeat;
	display:block;
	height:17px;
	padding-left:22px;
	width:145px;
	color:#37b;
	font-weight:bold;
}

.ss-controls .play:hover, .ss-controls .pause:hover {
	color:#35b;
	text-decoration:underline
}

.nav-controls a.prev {
	display:block;
	float:left;
	margin-right:10px;
	width:85px;
}

.nav-controls a.next {
	display:block;
	float:left;
	width:70px;
	text-align:right;
}

.nav-controls a.prev span {
	background-image:url(../image/contenu/nav.gif);
	background-position:-2px 0;
	width:9px;
	height:15px;
	display:block;
	float:left;
	margin-right:4px;
}

.nav-controls a.next span {
	background-image:url(../image/contenu/nav.gif);
	background-position:13px 0;
	width:10px;
	height:15px;
	display:block;
	float:right;
	margin-left:3px;
}

.prevPageLinkText {
	background-image:url(../image/contenu/nav.gif);
	width:10px;
	height:15px;
	display:block;
	float:left;
	margin-right:5px;
	padding:0 !important;
	background-position:-3px 0;
}

.prevPageLinkText:hover {
	background-color:transparent !important;
}

.nextPageLinkText {
	background-image:url(../image/contenu/nav.gif);
	width:10px;
	height:15px;
	display:block;
	float:left;
	background-color:transparent;
	padding:0 !important;
	background-position:13px 0;
}

.nextPageLinkText:hover {
	background-color:transparent !important;
}

