/*!
 * jQuery simple gallery Plugin 1.1.0
 *
 * http://fernandomoreiraweb.com/
 *
 * Copyright 2013 Fernando Moreira
 * Released under the MIT license:
 *   http://mit.fernandomoreiraweb.com/
 */

.simplegallery {
    margin: 0 auto;
    width: 100%;
    height: ;
    overflow: hidden;
}

.simplegallery .content {
    background: #fff;
    position: relative;
    width: 80%;
    height: ;
    overflow: hidden;
       float: left;
}

.simplegallery .content img {
        width: 100%;;
    border: 1px solid #9c9c9c;
}

.simplegallery .thumbnail {
    float: right;
    /* max-height: 335px; */
    /* overflow: inherit; */
    width: 20%;
}

.simplegallery .thumbnail .thumb {
    /*width: 100px;*/
    height: ;
    margin: 0 0 0px 0;
    cursor: pointer;
    display: block;
}

.simplegallery .thumbnail .thumb img {
    border: 1px solid #9c9c9c;
    width: 100%;
}

.simplegallery .thumbnail .last {
    margin: 0;
}
