
/*!
 * 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:100%;
  overflow: hidden;
  text-align:center;
}

.simplegallery .content {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.simplegallery .content img {
  width:728px;

}

.simplegallery .thumbnail { margin-top: 35px;width:100%;float:left;margin-bottom:70px;}

.simplegallery .thumbnail .thumb {
  float: left;
  width: 13%;
  height: auto;
  margin-right:1.5%;
  cursor: pointer;
}
.simplegallery .thumbnail .thumb:last-child{margin-right:0;}

.simplegallery .thumbnail .thumb img {
  width:auto;
}

.simplegallery .thumbnail .last { margin: 0; }
