/*!
 * 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;
    max-width: 100%;
    height: auto;
    overflow:hidden
}

.simplegallery .content{
    background:#fff;
    position:relative;
    max-width: 100%;
    height: auto;
    overflow:hidden
}

.simplegallery .content img{
    max-width: 100%;
    border: 1px solid #0000FF;
    padding: 10px;
}

.simplegallery .thumbnail{
    margin-top:5px; 
    border: none;
}

.simplegallery .thumbnail .thumb{
    float:left;
    width:60px;
    height:60px;
    margin:0 5px 0 0;
    cursor:pointer
}

.simplegallery .thumbnail .thumb img{
    border:1px solid #9c9c9c;
    width:60px
}

.simplegallery .thumbnail .last{margin:0}