#fancybox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104;
}
* html #fancybox-loading {
    margin-top: 0;
    position: absolute;
}
#fancybox-loading div {
    background-image: url("../img/fancybox.png");
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#fancybox-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
}
* html #fancybox-overlay {
    position: absolute;
    width: 100%;
}
#fancybox-tmp {
    border: 0 none;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
#fancybox-wrap {
    display: none;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-inner {
    height: 1px;
    left: 0;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
#fancybox-hide-sel-frame {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#fancybox-close {
    background-image: url("../img/fancybox.png");
    background-position: -40px 0;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}
#fancybox_error {
    color: #444444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 7px;
}
#fancybox-content {
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
#fancybox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#fancybox-frame {
    border: medium none;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-title {
    bottom: 0;
    font-family: Arial;
    font-size: 12px;
    left: 0;
    position: absolute;
    z-index: 1102;
}
.fancybox-title-inside {
    color: #333333;
    padding: 10px 0;
    text-align: center;
}
.fancybox-title-outside {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
.fancybox-title-over {
    color: #FFFFFF;
    text-align: left;
}
#fancybox-title-over {
    background-image: url("../img/fancy_title_over.png");
    display: block;
    padding: 10px;
}
#fancybox-title-wrap {
    display: inline-block;
}
#fancybox-title-wrap span {
    float: left;
    height: 32px;
}
#fancybox-title-left {
    background-image: url("../img/fancybox.png");
    background-position: -40px -90px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
#fancybox-title-main {
    background-image: url("../img/fancybox-x.png");
    background-position: 0 -40px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 29px;
}
#fancybox-title-right {
    background-image: url("../img/fancybox.png");
    background-position: -55px -90px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
#fancybox-left, #fancybox-right {
    background-image: url("../img/blank.gif");
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    outline: medium none;
    position: absolute;
    width: 35%;
    z-index: 1102;
}
#fancybox-left {
    left: 0;
}
#fancybox-right {
    right: 0;
}
#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 30px;
    left: -9999px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1102;
}
#fancybox-left-ico {
    background-image: url("../img/fancybox.png");
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url("../img/fancybox.png");
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancy-bg {
    border: 0 none;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 1001;
}
#fancy-bg-n {
    background-image: url("../img/fancybox-x.png");
    left: 0;
    top: -20px;
    width: 100%;
}
#fancy-bg-ne {
    background-image: url("../img/fancybox.png");
    background-position: -40px -162px;
    right: -20px;
    top: -20px;
}
#fancy-bg-e {
    background-image: url("../img/fancybox-y.png");
    background-position: -20px 0;
    height: 100%;
    right: -20px;
    top: 0;
}
#fancy-bg-se {
    background-image: url("../img/fancybox.png");
    background-position: -40px -182px;
    bottom: -20px;
    right: -20px;
}
#fancy-bg-s {
    background-image: url("../img/fancybox-x.png");
    background-position: 0 -20px;
    bottom: -20px;
    left: 0;
    width: 100%;
}
#fancy-bg-sw {
    background-image: url("../img/fancybox.png");
    background-position: -40px -142px;
    bottom: -20px;
    left: -20px;
}
#fancy-bg-w {
    background-image: url("../img/fancybox-y.png");
    height: 100%;
    left: -20px;
    top: 0;
}
#fancy-bg-nw {
    background-image: url("../img/fancybox.png");
    background-position: -40px -122px;
    left: -20px;
    top: -20px;
}
#fancybox-loading.fancybox-ie div {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-close {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-title-over {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-title-left {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-title-main {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-title-right {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-left-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie #fancybox-right-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie .fancy-bg {
    background: none repeat scroll 0 0 transparent !important;
}
.fancybox-ie #fancy-bg-n {
}
.fancybox-ie #fancy-bg-ne {
}
.fancybox-ie #fancy-bg-e {
}
.fancybox-ie #fancy-bg-se {
}
.fancybox-ie #fancy-bg-s {
}
.fancybox-ie #fancy-bg-sw {
}
.fancybox-ie #fancy-bg-w {
}
.fancybox-ie #fancy-bg-nw {
}
div.content {
    display: none;
    float: left;
    font-size: 11px;
    margin: 0 0 5px;
    overflow: hidden;
    width: 585px;
}
div.content a, div.navigation a {
    color: #CCCCCC;
    text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.controls {
    height: 23px;
    margin-top: 5px;
}
div.controls a {
    font-weight: bold;
    padding: 5px;
}
div.ss-controls {
    float: left;
}
div.nav-controls {
    float: right;
}
div.slideshow-container {
    border: 1px solid #CCCCCC;
    clear: both;
    height: 499px;
    padding: 4px;
    position: relative;
}
div.loader {
    background-image: url("loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 617px;
}
div.slideshow {
}
div.slideshow span.image-wrapper {
    display: block;
    left: 4px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 575px;
}
div.slideshow a.advance-link {
    display: block;
    height: 480px;
    text-align: center;
    width: 576px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow img {
    float: left;
    vertical-align: middle;
    width: 575px;
}
div.download {
    float: right;
}
div.caption-container {
    clear: left;
    left: 0;
    position: relative;
    top: 460px;
}
span.image-caption {
    background: none repeat scroll 0 0 #3A3A3A;
    color: #FFFFFF;
    display: block;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 576px;
}
div.caption {
    height: 15px;
    overflow: hidden;
    padding: 12px;
}
div.image-title {
    font-size: 1.4em;
    font-weight: bold;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}
div.navigation {
}
ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.thumbs li {
    float: left;
    list-style: none outside none;
    margin: 5px 6px 5px 0;
    padding: 0;
}
a.thumb {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
}
ul.thumbs li.selected a.thumb {
    background: none repeat scroll 0 0 #CCCCCC;
}
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 #D26100;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 2px;
    padding: 4px 7px 2px;
}
div.pagination a:hover {
    background-color: #D26100;
    color: #FFFFFF;
    text-decoration: none;
}
div.pagination span.current {
    background-color: #D26100;
    border-color: #D26100;
    color: #FFFFFF;
    font-weight: bold;
}
div.pagination span.ellipsis {
    border: medium none;
    padding: 5px 0 3px 2px;
}
