/*!
 * jQuery simple gallery Plugin 1.1.0
 *
 * http://fernandomoreiraweb.com/
 *
 * Copyright 2013 Fernando Moreira
 * Released under the MIT license:
 *   http://mit.fernandomoreiraweb.com/
 */
.simplegallery
{width:500px;height:680px;overflow:hidden}
 
.simplegallery .content
{text-align:center; background: url(../lz_images/white_path.png) repeat left top; position:relative; width:480px;height:480px; overflow:hidden; padding:10px }
 
.simplegallery .content img
{/*left:50%;margin-left:-100%;position:relative;*/width:auto; max-width:480px; height:100%; text-align:center; }

.simplegallery .thumbnail
{margin-top:10px}

.simplegallery .thumbnail .thumb
{background: url(../lz_images/white_path.png) repeat left top;overflow:hidden;/*float:left;*/ display:inline-block; width:110px;height:110px;margin:0 20px 0 0;cursor:pointer;text-align:center;}

.simplegallery .thumbnail .thumb img
{/*left:50%;margin-left:-100%;position:relative;*/width:100%;height:100%; text-align:center; }

.simplegallery .thumbnail .last
{margin:0;height:100%;}