/**
 * 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 */

.navigation{
    width:465px;
    height:  151px;
    float: left;
    margin:82px 3px 0 0;
    overflow: hidden;
    float: left;
    padding: 0;
}

.content_gallery{
    text-align: center;
    width: 465px;
    display:block;
    float: left;
    margin: -10px 0 0 0;
    padding: 0;
}

.gallery {
    /* 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:right;
    width:465px; 
    margin: 0;
    padding: 0;
}
.controls {
    margin-top: 5px;
    height: 23px;
}
.ss-controls {
    float: left;
}
.ss-controls span {
    color: #666666;
    cursor: pointer;
}
.nav-controls {
    float: right;
}
.nav-controls a {
    padding: 5px;
}
.slideshow {
    clear: both;
    float: left;
    padding: 0;
}
.slideshow span.image-wrapper {
    float: left;
    padding-bottom: 12px;
    cursor: pointer;
    margin: 0;
}
.slideshow a.advance-link {
    display: block;
    border: none;
    padding: 5px;
    border: 1px solid #E1E1E1;
    background: url(../img/fnd_box_big.png) bottom no-repeat #FBFBFB;
}
.slideshow img {
    border: none;
    display: block;
    width: 220px;
    height: auto;
}
.download {
    float: right;
}
.embox {
    clear: both;
    border-top: 1px dashed #ddd;
    border-left: 1px dashed #ddd;
    background-color: #fff;
    padding: 12px;
    text-align: left;
    display: none;
}
.image-title {
    font-weight: bold;
    font-size: 1.4em;
    color: #555;
    font-style: italic;
}

.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
    color: #555;
    font-style: italic;
}
.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 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 250px;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: -4px 7px 0 0;
    list-style: none;
}
ul.thumbs li a {
    background: url(../img/fnd_box_int.png) bottom;
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity:60);
    display: block;
    padding: 3px;
    border: 1px solid #E1E1E1;
}

ul.thumbs li.selected a {
    opacity:1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity:100);
    padding: 3px;
    border: 1px solid #ddd;
}

ul.thumbs a:focus {
    outline: none;
}

ul.thumbs a img {
    border: none;
    display: block;
    margin: 0;
    width: 45px;
}

.pagination {
    clear: both;
    display: none;
}

.navigation div.bottom {
    margin-top: 10px;
    float: left;
    display: none;
}
.pagination a, div.pagination a:hover, div.pagination strong {
    display: block;
    float: left;
    color: #fff;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}
.pagination strong {
    color: #fff;
    font-family: 'HelveticaNeueLT107XBlkCnRegul';
    font-size: 26px;
    padding: 0;
}


/* 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: none;
}
#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: none; 
    clear: left; 
    padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;	
}