div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('iamges/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.gallery_thumbs span.image-wrapper{
    text-align: center;
}
.gallery_thumbs.position-left div.gallery_thumbs,
.gallery_thumbs.position-left div.gallery_content,
.gallery_thumbs.position-right div.gallery_thumbs,
.gallery_thumbs.position-right div.gallery_content{
    display: table-cell;
    vertical-align: top;
}

.gallery_thumbs.position-bottom div.gallery_thumbs,
.gallery_thumbs.position-bottom div.gallery_content,
.gallery_thumbs.position-top div.gallery_thumbs,
.gallery_thumbs.position-top div.gallery_content{
    display: inline-block;
    width: 100%;
}
.gallery_thumbs.position-bottom div.gallery_content,
.gallery_thumbs.position-top div.gallery_content{
    width: 100%;
}
.gallery_thumbs.position-left div.gallery_content,
.gallery_thumbs.position-right div.gallery_content{
    width: 70%;
}
.gallery_thumbs.position-left div.gallery_content.size-1,
.gallery_thumbs.position-right div.gallery_content.size-1{
    width: 80%;
}
.gallery_thumbs.position-left div.gallery_content.size-2,
.gallery_thumbs.position-right div.gallery_content.size-2{
    width: 70%;
}
.gallery_thumbs div.gallery_content .GalleryImage{
    position: relative;
}
.gallery_thumbs div.gallery_content img{
    max-width: 100%;
    margin:0 auto;
}
/*.gallery_thumbs div.gallery_thumbs{
    width: 30%;
}*/


.gallery_thumbs .gallery_thumb .thumbs > div{
   padding: 2px;
}

.gallery_thumbs .gallery_thumb .thumbs > div:hover,
.gallery_thumbs .gallery_thumb .thumbs > div.selected{
    padding: 0;
    border: 2px solid #cccccc;
}
.gallery_thumbs .gallery_thumb .thumbs > div.gallerySeparator,
.gallery_thumbs .gallery_thumb .thumbs > div.gallerySeparator:hover{
    padding: 0;
    border: 0;
}
.gallery_thumbs .image_thumbs{
    display: table;
    /*width: 100%;*/
    /*table-layout: fixed;*/
    border-spacing: 2px;
    /*margin: 0 auto;*/
}

.gallery_thumbs .thumbs {
    display: table;
    /*table-layout: fixed;*/
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;

}
.gallery_thumbs .thumbs > div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style: none;
    /*padding-right: 1em;
    padding-bottom: 1em;*/
}
.gallery_thumbs.position-bottom .thumbs > div{
    vertical-align: middle;
}

.gallery_thumbs a.thumb {
    display: block;
    width: 100%;
}
.gallery_thumbs a.thumb:focus {
    outline: none;
}
.gallery_thumbs .thumbs img {
    border: none;
    display: block;
    max-width: none !important;
    max-height: none !important;
    width: 100%;
}
.gallery_thumbs p.caption-container {
    clear: left;
    text-align: center;
    padding: 0;
}
.gallery_thumbs p.caption-container small{
    padding-top: 0.5em;
}
.gallery_thumbs div.pagination {
    clear: both;
}
.gallery_thumbs div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}

.gallery_thumbs div.pagination{
    margin-left: 3px;
}
.gallery_thumbs div.pagination a,
.gallery_thumbs div.pagination span.current,
.gallery_thumbs div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right:2px;
    width:20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #999;
    color:#999;
}
.gallery_thumbs div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
.gallery_thumbs div.pagination span.current {
    font-weight: bold;
    background-color: #999;
    border-color: #999;
    color: #fff;
}
.gallery_thumbs div.pagination span.ellipsis {
    border: none;

}
.gallery_thumbs.position-left .gallery_controls,
.gallery_thumbs.position-right .gallery_controls{
    display: table-row;
}
.gallery_thumbs.position-left .gallery_controls > div,
.gallery_thumbs.position-right .gallery_controls > div{
    display: table-cell;
}
.gallery_thumbs a.advance-link{
    width: 100%;
}
/*.gallery_thumbs .gallery_controls .nav-controls{
    position: absolute;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 70%;
    display: none;
}
.gallery_thumbs:hover .gallery_controls .nav-controls{
    display: block;
}
.gallery_thumbs .gallery_controls.size-1 .nav-controls{
    width: 90%;
}
.gallery_thumbs .gallery_controls.size-2 .nav-controls{
    width: 80%;
}
.gallery_thumbs .gallery_controls .nav-controls a{
    font-family: 'swdefault';
    color: #000000;
    font-size: 34px;
    margin: 2px;
}
.gallery_thumbs .gallery_controls .nav-controls .prev{
    float: left;
}
.gallery_thumbs .gallery_controls .nav-controls .next{
    float: right;
}
*/
.gallery_thumbs .gallery_controls a{
    font-family: 'swdefault';
    color: #ffffff;
    font-size: 34px;
    margin: 2px;
}
.gallery_thumbs .gallery_controls .prev,
.gallery_thumbs .gallery_controls .next{
    top: 50%;
     -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Chrome, Safari, Opera */
    -moz-transform: translate(0,-50%); /* Firefox */
    -o-transform: translate(0,-50%); /* Opera */
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}
.gallery_thumbs .gallery_controls .next{
    padding-bottom: 2px;
    padding-left: 2px;
}
.gallery_thumbs .gallery_controls .prev{
    padding-bottom: 2px;
    padding-right: 2px;
}
.gallery_thumbs .gallery_controls .next{
    right: 0;
}
