/*!
 * 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: 10px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.simplegallery .gallerycontent {
    position: relative;
    width: 650px;

    height: auto;
    overflow: hidden;
    float: left;
	text-align:center;
}

.simplegallery .gallerycontent img {
    max-width: 100%;
		height:300px;
    border: 3px solid #991818;
}

.simplegallery .thumbnail {
    float: right;
}

.simplegallery .thumbnail .thumb {
    width: 120px;
    height: 75px;
    margin-right:30px;
	margin-bottom:5px;
    cursor: pointer;
    display: block;
}

.simplegallery .thumbnail .thumb img {
    border: 1px solid #991818;
    width: 120px;
	height:75px;
}

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