﻿/* GALLERY */
h4.albumTitle { margin-left: 25px; color: #afb70c; }
.box { }
.galleryBox {  float:left; background-color:#fff; width:929px; padding:20px; }
.gallerySpan2 { width:629px; float:left; background-color:#fff; }
.gallerySpan1 { width:280px; float:left; background-color:#fff; }

#thumbs { padding-top: 85px; width:330px; clear: both; float:left; }
#gallery { margin-bottom: 20px; width:570px; float: right; }

div.albums { clear: both; padding-top: 20px; text-align: left; }
div.albums ul { }
div.albums ul li { display: inline-block; *display: inline; padding:10px 10px 0; }

div.ss-controls { float: left; padding:5px 0 5px 0; }
div.nav-controls { float: left; width:20px; padding:5px 8px; }
div.loader { background-image: url('/_Resources/img/lightbox/loading.gif');background-repeat: no-repeat;background-position: center;width: 560px;height: 350px }

div.slideshow { clear: both; text-align: center; overflow: hidden; }
div.slideshow span.image-wrapper { position:relative; }

/*
div.slideshow a.advance-link { display:block; width:50%; height:100%; position:absolute; top:0; left:50%; }
div.slideshow a.previous-link { display:block; width:50%; height:100%; position:absolute; top:0; left:0; }
div.slideshow a.advance-link:hover { background: transparent url('/_Resources/img/arrow_right_green.png') no-repeat 90% 50%; }
div.slideshow a.previous-link:hover { background: transparent url('/_Resources/img/arrow_left_green.png') no-repeat 10% 50%; }
*/
div.slideshow a.previous-link { position: absolute; top: 50%; left: 10px; display: block; margin-top: -49px; width: 40px; height: 97px; background: url(/_Resources/img/arrows.png) left top no-repeat; z-index: 900; text-indent: -999em; }
div.slideshow a.previous-link:hover { background-position: left bottom; }
div.slideshow a.advance-link { position: absolute; top: 50%; right: 10px; display: block; margin-top: -49px; width: 40px; height: 97px; background: url(/_Resources/img/arrows.png) right top no-repeat; z-index: 900; text-indent: -999em; }
div.slideshow a.advance-link:hover { background-position: right bottom; }

div.slideshow img { border: none; width: auto; max-width: 570px; height: auto; max-height:415px; }
div.download { float: right; }
div.embox {	clear: both; text-align: left; }
div.image-title { font-weight: bold; font-size: 20px; color: #fff; }
div.image-desc { line-height: 1.3em; font-size: 15px; color: #fff; }

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: 0; padding: 0; }
ul.thumbs li { float: left; padding: 0; margin: 3px 6px 3px 0; list-style: none; }
a.thumb { width:85px; height:85px; overflow:hidden; display: block; border: 4px solid transparent; }
    a.thumb:hover, a.thumb:focus { border: 4px solid #fff; }
ul.thumbs li.selected a.thumb { background-color:#995C87; border: 4px solid #afb70c; }
a.thumb:focus { outline:none;}
ul.thumbs img { border: none; display: block; width:180px; margin-top:0px; margin-left:-55px; }

div.pagination { clear: both; }

div.navigation div.top { margin-bottom: 12px; height: 11px; }
div.navigation div.bottom { padding: 5px 0; text-align:left; font-size: 14px; }

div.pagination span.current { margin-right: 5px; color: #fff; }
div.pagination a { margin-right: 5px; }
div.pagination a:hover, div.pagination a:focus { text-decoration: underline; }
div.pagination {}
div.pagination a.previous { }
div.pagination a.previous span { }
div.pagination a.previous:hover span {}
div.pagination a.next { }
div.pagination a.next span { }
div.pagination a.next:hover span { }

.nav-controls a { position:relative;  display:block; overflow:hidden; width:6px; height:13px; }

div.pagination { }

.nav-controls a.previous { position:relative;  display:block; overflow:hidden; width:6px; height:13px; }
.nav-controls a.previous { float:left; }
.nav-controls a.previous span { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background:#fff url(/_Resources/img/arrow/arrow_purple_left.png) no-repeat top left;}
.nav-controls a.previous:hover span { background:#fff url(/_Resources/img/arrow/arrow_orange_left.png) no-repeat top left;}

.nav-controls a.next { position:relative; display:block; overflow:hidden; width:6px; height:13px; }
.nav-controls a.next { float:right; }
.nav-controls a.next span { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background:#fff url(/_Resources/img/arrow/arrow_purple_right.png) no-repeat top right;}
.nav-controls a.next:hover span { background:#fff url(/_Resources/img/arrow/arrow_orange_right.png) no-repeat top right;}

.ss-controls a.play, .ss-controls a.pause { font-size: 15px; }
.ss-controls a.play:hover, .ss-controls a.play:focus { }
.ss-controls a.play span {}
.ss-controls a.play:hover span {}

.ss-controls a.pause span {}
.ss-controls a.pause:hover span {}

.albumList { clear: both; padding: 0 22px 10px; overflow: hidden; }
    .albumList li { float: left; margin: 0 5px 5px 0; }
    .albumList .comingSoon { padding-bottom: 20px; color: #fff; font-size: 14px; }
        .albumList li a { display: block; padding: 5px 10px; width: 170px; background: #afb70c; color: #1a1800 !important; }
            .albumList li a:hover, .albumList li a:focus, .albumList .selected a { background: #453511; text-decoration: none; color: #ffff00 !important; }
