@charset "utf-8";
div.qGallery div.content {
    position: relative;
}
div.qGallery div.content img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.qGallery a.prev,
div.qGallery a.next{
    font-size: 250%;
    width: 10%;
    min-width: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.05 );
}
div.qGallery a.prev{
    left: 0;
}
div.qGallery a.next{
    right: 0;
}
div.qGallery a.prev:hover,
div.qGallery a.next:hover{
    background-color: rgba( 0, 0, 0, 0.5 );
    cursor: pointer;
}
div.qGallery a.prev b,
div.qGallery a.next b{
    left: 0;
    right: 0;
    height: 1em;
    color: #fff; /* IE 8 */
    color: rgba( 255, 255, 255, 0.5 );
    text-decoration: none;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
}
div.qGallery a.prev:hover b,
div.qGallery a.next:hover b{
    color: #fff; /* IE 8 */
    color: rgba( 255, 255, 255, 0.75 );
}
div.qGallery div.content b.name {
    color: #fff;
    padding: 0 0.5em;
    display: block;
    background-color: rgba( 0, 0, 0, 0.3 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
div.qGallery div.list {

}
div.qGallery div.list ol {
    overflow: hidden;
    border-bottom: 5px solid #000;
}
div.qGallery div.list li {
    float: left;
    background-color: #47b;
    text-align: center;
    margin-right: 4px;
}
div.qGallery div.list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 2em;
    text-align: center;
}
div.qGallery div.list a:hover {
    background-color: #59d;
    cursor: pointer;
}
div.qGallery div.list li.selected a {
    background-color: #000;
}
div.qGallery div.list li a:focus {
    background-color: #39c;
    color: #fff;
}
div.qGallery div.list ol.thumbs li {
    border: 4px solid #47b;
    border-bottom: 0;
    width: 50px;
    height: 50px;
    position: relative;
}
div.qGallery div.list ol.thumbs li:hover {
    border-color: #59d;
}
div.qGallery div.list ol.thumbs li.selected {
    border-color: #000;
}
div.qGallery div.list ol.thumbs img{
    /*vertical-align: middle;
    display:table-cell;*/
    display: block;
    width: 100%;
    height: 100%;
}
div.qGallery div.list ol.thumbs b{
    padding-top: 12px;
    display: block;
}