#photoGallerWrap {
width:960px;
margin:0px auto 15px auto;
padding:10px 0px 0px;
min-height:442px;
_height:442px;
}

.clearFloat {
clear:both;
}

#slideshow-adv {
width:608px;
margin-bottom:5px;
text-align:center;
min-height:402px;
_height:402px;
}

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;
width:608px; 
}
div.content a, div.navigation a {
text-decoration: none;
color: #000;
cursor:pointer;
}
div.content  a:hover {
text-decoration: underline;
}
div.controls {
height: 30px;
position:relative;
width:608px;
}
.ss-controls {position:absolute;top:0px;left:240px;width:128px;text-align:center;}
div.content .ss-controls a {padding:3px 0px;display:block;color:#818b86;}
div.controls a {
padding: 3px 5px;
}

div.nav-controls {
width:608px;
}

div.nav-controls a.prev, div.nav-controls a.next {
display:block;
width:190px;
background-color:#fff;
color:#818b86;
text-decoration:none;
}

div.nav-controls a.next, div.nav-controls a.prev {
background-image:url(../images/bg/bg_prev_next_sprite.gif);
background-repeat:no-repeat;
}

div.nav-controls a.prev {
float:left;
background-position:left -20px;
padding-left:40px;
}

div.nav-controls a.next {
float:right;
text-align:right;
background-position:right 0px;
padding-right:40px;
}

div.nav-controls a.prev:hover {
background-position:left -60px;
}

div.nav-controls a.next:hover {
background-position:right -40px;
}

div.nav-controls a.prev:hover, div.nav-controls a.next:hover, div.content .ss-controls a:hover {
text-decoration:none;
color:#CF6100;
cursor:pointer;
}

div.navigation{width:310px;float: right; padding-left:10px}

div.content{display:block;}

div.loader {
background-image:url(../images/bg/bg_loading.gif);
background-repeat: no-repeat;
background-position: center;
width: 600px;
height: 350px;
}

div.slideshow {
clear: both;
}

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

div.slideshow a.advance-link {
display: block;
/*border: 1px solid #000;*/
}
div.slideshow img {
border:1px solid #8FBFAA;
padding:3px;
display: inline;
}
div.download {
float: right;
}
div.embox {
clear: both;
/*padding: 10px;
margin-top:10px;
height:80px;*/
}
div.image-title {
font-weight:bold;
font-size: 1.5em;
color:#2b2b2b;
}

div.image-desc {
font-size:1em;
padding-top:5px;
color: #333;
}

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: 5px 15px 16px 0;
list-style: none;
}
a.thumb {
padding: 2px;
display: block;
border: 1px solid #8FBFAA;
background-color:#FFF;
}

a.thumb:hover {
border: 1px solid #818b86;
}
ul.thumbs li.selected a.thumb {
border: 1px solid #2b2b2b;
}
a.thumb:focus {
outline: none;
}
ul.thumbs img {
border: none;
display: block;
cursor:pointer;
}
div.pagination {
clear: both;
}
div.navigation div.top {
margin-bottom: 10px;
height: 11px;
text-align:right;
padding-top:5px;
}
div.navigation div.bottom {
margin-top: 12px;
}
div.pagination a, div.pagination span.current {
margin-right: 2px;
padding: 3px 5px;
color: #999;
background-color:#fff;
}
div.pagination a:hover {
text-decoration: none;
color:#CF6100;
}
div.pagination span.current {
/*background-color: #000;*/
/*border-color: #2b2b2b;*/
color: #2b2b2b;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
float: none;
padding: 0;
margin: 0;
list-style: none;
}

#thumbs-min a.thumb {
padding: 0px;
display: inline;
border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
background: inherit;
color: #2b2b2b;
font-weight: bold;
}