﻿/* GALLERY */
.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 { width:280px; clear: both; float:left; padding-top: 10px; }
#gallery { width:640px; padding: 10px 0 0 0; background: none; }
    #gallery #caption, #gallery #caption * { padding: 0; background: none; }
    #gallery .boxTop { background:transparent url(/_Resources/img/bg/box-4-top.png) left top no-repeat; }

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.controls { padding: 10px 20px 20px; width: 640px; font-weight: bold; }
div.ss-controls { float: right; padding:5px 0 5px 0; }
div.nav-controls { float: left; 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; width: 640px; }
div.slideshow span.image-wrapper { position:relative; height: 411px; }

/*
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; display: block; height: auto; width:640px; }
div.download { float: right; }
div.embox {	clear: both; text-align: left; }
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: 0; padding: 0; }
ul.thumbs li { float: left; padding: 0; margin: 2px 4px 2px 0; list-style: none; }
a.thumb { width:105px; height:105px; overflow:hidden; display: block; border: 1px solid #fff; }
ul.thumbs li.selected a.thumb { background-color:#995C87; }
a.thumb:focus { outline:none;}
ul.thumbs img { border: none; display: block; width:180px; margin-top:-20px; margin-left:-55px; }

div.navigation div.top { margin-bottom: 12px; height: 11px; }
div.navigation div.bottom {  }

div.pagination { display: block; clear: both; padding: 10px 0; font-weight: bold; }
div.pagination span.current { margin-right: 5px; color: #c50019; }
div.pagination a { margin-right: 5px; color: #000; }
div.pagination a:hover, div.pagination a:focus { text-decoration: underline; }
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; }

.nav-controls a.previous {}
.nav-controls a.previous span {}
.nav-controls a.previous:hover span {}

.nav-controls a.next {}
.nav-controls a.next span {}
.nav-controls a.next:hover span {}

.ss-controls a.play { }
.ss-controls a.play:hover, .ss-controls a.play:focus { color: #000; }
.ss-controls a.play span {}
.ss-controls a.play:hover span {}

.ss-controls a.pause {}
.ss-controls a.pause {}
.ss-controls a.pause {}
.ss-controls a.pause span {}
.ss-controls a.pause:hover span {}