/**
*  Copyright (C) Prestalia - All Rights Reserved
*
*  This is proprietary software therefore it cannot be distributed or reselled.
*  Unauthorized copying of this file, via any medium is strictly prohibited.
*  Proprietary and confidential.
*
*  @author    Prestalia
*  @copyright 2015-2016 Prestalia
*  @license   Commercial license
*/
/* Gallery */
#single_image {
    margin: 10px;
    text-align: center;
}
#gallery_block {
}
#views_block {
    background: #333;
    float: left;
    margin: 0 auto;
    width: 135px;
    overflow-x: hidden;
    overflow-y: auto;
}
#thumbs_list ul {
    padding-left: 0;
    list-style-type: none;
    display: block;
}
#thumbs_list li {
    cursor: pointer;
    text-align: center;
    margin: 5px auto;
}
#thumbs_list li img {
    width: 100px;
    height: auto;
}
#image-block {
    overflow: hidden;
}
#image-block img#bigpic.jqzoom {
    cursor: crosshair;
    position: relative;
}
