div.gallery-content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: right;
    width: 400px;
}
div.gallery-content a, div.gallery-galleryfic-navigation a {
    text-decoration: none;
    color: #777;
}
div.gallery-content a:focus, div.gallery-content a:hover, div.gallery-content a:active {
    text-decoration: underline;
}
div.gallery-controls {
    margin-top: 5px;
    height: 23px;
}
div.gallery-controls a {
    padding: 5px;
}
div.gallery-galleryfic-ss-controls {
    float: left;
}
div.gallery-galleryfic-nav-controls {
    float: right;
}
div.gallery-slideshow-container {
    position: relative;
    clear: both;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.gallery-loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/img/loader_image_one.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.gallery-slideshow {

}
div.gallery-slideshow span.gallery-galleryfic-image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div.gallery-slideshow a.gallery-galleryfic-advance-link {
    display: block;
    width: 550px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}
div.gallery-slideshow a.gallery-galleryfic-advance-link:hover, div.gallery-slideshow a.gallery-galleryfic-advance-link:active, div.gallery-slideshow a.gallery-galleryfic-advance-link:visited {
    text-decoration: none;
}
div.gallery-slideshow img {
    vertical-align: middle;
    border: 1px solid #ccc;
    width: 100%;
}
div.gallery-caption-container {
    position: relative;
    clear: left;
}
span.gallery-galleryfic-image-caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div.gallery-galleryfic-image-title {
    font-weight: bold;
    font-size: 1.4em;
}
div.gallery-galleryfic-navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.gallery-galleryfic-thumbs {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}
ul.gallery-galleryfic-thumbs li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    margin: 5px 10px 5px 0;
    list-style: none;
}
a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}
ul.gallery-galleryfic-thumbs li.selected a.thumb {
    background: #000;
}
a.thumb:focus {
    outline: none;
}
ul.gallery-galleryfic-thumbs img {
    border: none;
    display: block;
}
div.gallery-galleryfic-pagination {
    clear: both;
}
div.gallery-galleryfic-navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}
div.gallery-galleryfic-navigation div.bottom {
    margin-top: 12px;
}
div.gallery-galleryfic-pagination a, div.gallery-galleryfic-pagination span.current, div.gallery-galleryfic-pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
}
div.gallery-galleryfic-pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
div.gallery-galleryfic-pagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
div.gallery-galleryfic-pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}




.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}













#yoxview .yoxview_bottom{ bottom: 0; }
#yoxview .yoxview_right{ float: right; }
#yoxview .yoxview_left{ float: left; }

#yoxview_popupWrap
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 50001;
}
#yoxview
{
    position: absolute;
    font-family: Arial, Sans-Serif;
    z-index: 999;
    border: solid 1px #999;
    overflow: hidden;
    font-size: 10pt;
    text-align: left;
}
#yoxview a img, #yoxview_infoPanel a img{ border: none; margin-top: 6px; }
#yoxview a:focus{ outline: none; }
#yoxview div.yoxview_imgPanel{ position: absolute; top: 0; left: 0; }
#yoxview div.yoxview_mediaPanel
{
    position: absolute;

    background: #191919;
    width: 100%;
    height: 100%
}
#yoxview .yoxview_ctlBtn
{
    position: absolute;
    z-index: 3;
    display: block;
    text-decoration: none;
    outline: none;
    width: 50%;
    height: 100%;
}
#yoxview .yoxview_ctlBtn img
{
    position: absolute;
    border: none;
    top: 50%;
    margin-top: -22px;
}
#yoxview a.yoxview_ctlBtn:focus, #yoxview a.yoxview_ctlBtn:active{ outline: none; outline: none;}
#yoxview .yoxview_notification
{
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 4;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-image: url(/js/gallery/yoxview/images/sprites.png);
    background-repeat: no-repeat;
    display: none;
}

#yoxview #yoxview_ajaxLoader img
{
    padding: 13px;
}
#yoxview .yoxview_popupBarPanel
{
    position: absolute;
    z-index: 4;
    height: 70px;
    width: 100%;
    right: 0;
}
#yoxview #yoxview_menuPanel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 15px;
    height: 45px;
    padding-right: 9px;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: -42px;
    width: 145px;
    background-color: #000000;
}
#yoxview #yoxview_menuPanel a
{
    display: block;
    width: 45px;
    float: right;
    text-align: center;
    font-size: 0.8em;
    position: relative;
    margin-top: -5px;
    padding-bottom: 13px;
    text-decoration: none;
    font-family: Arial, Sans-Serif;
}
#yoxview #yoxview_menuPanel a span{ color: White; display: block; margin-bottom: 3px;  }
#yoxview #yoxview_menuPanel a.last{ margin-left: 0; }
#yoxview #yoxview_menuPanel a:focus{ outline: none; }
#yoxview_infoPanel
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    color: White;
    z-index: 2;
    overflow: hidden;
}
#yoxview_infoPanel #yoxview_infoPanelBack
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
#yoxview_infoPanel #yoxview_infoPanelContent
{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
#yoxview_infoPanel span#yoxview_count
{
    display: block;
    width: 55px;
    font-size: 0.8em;
    float: left;
    text-align: center;
    padding-top: 8px;
    color: #bbb;
}
#yoxview_infoPanel #yoxview_infoText
{
    margin: 0px 78px;
    font-size: 12pt;
    padding: 5px 0;
    color: white;
}
#yoxview_infoPanel #yoxview_infoText #yoxview_infoTextDescription
{
    margin-top: 1em;
    font-size: 10pt;
    padding-bottom: 0.5em;
    max-height: 200px;
    overflow: auto;
    padding-right: 10px;
}
#yoxview_infoPanel #yoxview_infoText a, #yoxview .yoxview_error a{ color: #a7d557; text-decoration: none; outline: none; }
#yoxview_infoPanel #yoxview_infoText a:hover, #yoxview .yoxview_error a:hover{ color: #d5eeaa }
#yoxview_infoPanel a.yoxviewInfoLink
{
    display: none;
    opacity: 0.8;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
#yoxview_infoPanel a.yoxviewInfoLink:hover{ opacity: 1 }
#yoxview #yoxview_helpPanel
{
    display: none;
    width: 201px;
    height: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -171px;
    margin-left: -111px;
    z-index: 5;
    color: White;
    padding: 20px;
    padding-top: 10px;
    cursor: pointer;
}
#yoxview #yoxview_helpPanel h1{ font-family: Arial Black, Arial, Sans-Serif; font-size: 1em; }
#yoxview #yoxview_helpPanel p{ margin-top: 80px; }
#yoxview #yoxview_helpPanel span#yoxview_closeHelp{ display: block; position: absolute; bottom: 20px; left: 0; text-align: center; width: 100%; }
#yoxview .yoxview_error
{
    display: block;
    text-align: center;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 14pt;
    top: 41%;
    width: 100%;
    height: 20%;
    position: absolute;
    padding: 10px;
}
#yoxview .yoxview_error .errorUrl{ font-size: 10pt; }
#yoxview .yoxview_top{ top: 0; width: 50%; }
#yoxview .yoxview_element{ width: 100%; height: 100%; position: absolute;  border: none; background: #333; }

.yoxview-thumbnails a
{
    float: left;
    margin: 4px;
    /* For thumbnails opacity: */
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.yoxview-thumbnails a:hover
{
    /* For thumbnails opacity: */
    opacity: 1;
    filter: alpha(opacity=100);
}
.yoxview-thumbnails a img
{
    /* Set white borders around the thumbnails, instead of the browser's default Blue: */
    border: solid 1px #ffffff;
}
.yoxview-thumbnails-details{ margin-bottom: 1em; }
.yoxview-thumbnails-details h2{ margin-bottom: 0; padding: 0; font-size: 1.2em; font-weight: bold;}