#fp_gallery {
    width: 737px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;

    overflow: hidden;
}

#fp_thumbContainer {

}

#fp_thumbScroller {

}

#fp_thumbContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0px; /*415px to show*/
}

#fp_thumbScroller {
    position: relative;
    overflow: hidden;

}

#fp_thumbScroller .container {
    position: relative;
    float: left;
    display: none;
}

#fp_thumbScroller .content {
    float: left;
    width: 245px;
    padding: 0px !important;
    margin-top: 35px;
    height: 330px;

}

#fp_thumbScroller .content .short_action {
    font-size: 14px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    top: 0px;
    color: #4e4b4a;
}

#fp_thumbScroller .content div {
    color: #fff;
}

#fp_thumbScroller img {

}

#fp_thumbScroller a {
    padding: 1px 1px;
    padding-top: 20px;
}

ul.fp_galleryList {
    background-position: 0 0;
    height: 31px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

ul.fp_galleryList li {

    cursor: pointer;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    text-transform: none;
    vertical-align: middle;

}

ul.fp_galleryList li.current {

}

ul.fp_galleryList li.current:hover {
}

ul.fp_galleryList li:hover {

}

.fp_overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #000;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.fp_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -35px 0px 0px -35px;
    background: #fff url(images/ajax-loader.gif) no-repeat center center;
    width: 70px;
    height: 70px;
    z-index: 9999;

    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.fp_next,
.fp_prev,
.fp_close {
    /*
    width:50px;
    height:50px;
    position:fixed;
    bottom:50%;
    margin-top:-25px;
    cursor:pointer;
    opacity:0.7;
    z-index:1000;
    -moz-box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
    box-shadow:0px 0px 3px #000;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    */
}

.fp_next:hover,
.fp_prev:hover,
.fp_close:hover {
    opacity: 0.9;
}

.fp_next {
    /*background:#fff url(images/next.png) no-repeat center center;*/
    right: -50px; /*10 to show*/
}

.fp_prev {
    /*background:#fff url(images/prev.png) no-repeat center center;*/
    left: -50px; /*10 to show*/
}

.fp_close {
    display: none;
    width: 170px;
    text-align: center;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 50px;
    top: 10px;
    right: 10px;
    margin-top: 0px;
    /*background:#fff url(images/close.png) no-repeat 10px 50%;*/
    color: #000;
}

.SliderBG {

    padding-top: 9px;
    padding-bottom: 5px;
    width: 737px;
    margin-left: auto;
    margin-right: auto;
}

.fp_scrollWrapper {
    display: none;
    width: 300px;
    padding: 10px 45px;
    height: 12px;
    position: relative;
    background: #111;

    margin-left: auto;
    margin-right: auto;
}

.ui-widget-content {
    height: 12px;
    background-color: #353535;
    position: relative;

}

.ui-slider-horizontal .ui-slider-handle {
    margin-top: 5px;
    z-index: 1;
    outline: none;
    cursor: pointer;
    border: none;
    width: 15px;
    height: 12px;
    background: #9b9b9b;
    margin-left: -7px;
}

.ui-state-default {
    background-image: none;
}

.fp_prev_thumb,
.fp_next_thumb {
    position: absolute;
    top: 6px;
    width: 15px;
    height: 17px;
    cursor: pointer;
}

.fp_prev_thumb:hover {
    background-position: -2px -110px;
}

.fp_next_thumb:hover {
    background-position: -17px -110px;
}

.fp_prev_thumb {
    left: 10px;
    background-position: -2px -126px;
}

.fp_next_thumb {
    right: 10px;
    background-position: -17px -126px;
}

img.fp_preview {
    position: fixed;
    z-index: 999;
    border: 3px solid #fff;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;

    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}