body div#content {
	width: 940px;
}
div.gallerycontent {
    display: none;
    float: right;
    width: 570px;
}

div.gallerycontent a, div.navigation a {
    color: #000;
    text-decoration: none;
}

div.gallerycontent a:focus, div.gallerycontent a:hover, div.gallerycontent a:active {
    text-decoration: underline;
}

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

div.gallerycontrols a {
    padding: 5px;
}

div.ss-controls {
    float: left;
}

div.nav-controls {
    float: right;
}

div.slideshow-container {
    clear: both;
    position: relative;
}

div.galleryloader {
    background-image: url("loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 560px;
    left: 0;
    position: absolute;
    top: 0;
    width: 570px;
}

div.slideshow {
}

div.slideshow span.image-wrapper {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

div.slideshow a.advance-link {
    display: block;
    height: 560px;
    line-height: 560px;
    text-align: center;
    width: 570px;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}

div.slideshow img {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}

div.download {
    float: right;
}

div.caption-container {
    clear: left;
    height: 75px;
    position: relative;
}

span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 570px;
}

div.caption {
    padding: 12px;
}

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

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

div.navigation {
    display: none;
}

ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
	padding-top: 24px;
}

ul.thumbs li {
    /*float: left;*/
	text-align: left;
    list-style: none outside none;
    margin: 2px 10px 2px 0;
    padding: 0;
}

a.thumb {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
	padding-left: 5px;
}

ul.thumbs li.selected a.thumb {
   /* background: none repeat scroll 0 0 #000000;*/
  padding-left: 10px;
    color: #ec008c;
}
ul.thumbs a.thumb:hover {
   /* background: none repeat scroll 0 0 #000000;*/
  padding-left: 10px;
    color: #ec008c;
}
#content ul.thumbs li a.thumb img {
	margin: 0;
}

a.thumb:focus {
    outline: medium none;
}

ul.thumbs img {
    border: medium none;
    display: block;
}

div.pagination {
    clear: both;
}

div.navigation div.top {
    height: 11px;
    margin-bottom: 12px;
}

div.navigation div.bottom {
    margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px;
}

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

div.pagination span.current {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

div.pagination span.ellipsis {
    border: medium none;
    padding: 5px 0 3px 2px;
}

