/*!
 * 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;
  overflow: hidden;
}

.simplegallery .content {
  background: #fff;
  position: relative;
  width: 750px;
  height: 485px;
  overflow: hidden;
  border: none;
}

.simplegallery .content img {
  width: 750px;
}

.simplegallery .thumbnail {
  margin-top: 5px;
}

.simplegallery .thumbnail .thumb {
  float: left;
  width: 146px;
  height: 100px;
  margin-right: 5px;
  cursor: pointer;
}

.simplegallery .thumbnail .thumb img {
  border: none;
  width: 146px;
}

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