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

.simplegallery .content {
  background: #fff;
  position: relative;
  width: 272px;
  height: 270px;
  overflow: hidden;
}

.simplegallery .content img {
  width: 270px;
  /*border: 1px solid #9c9c9c;*/
}

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

.simplegallery .thumbnail .thumb {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.simplegallery .thumbnail .thumb img {
  /*border: 1px solid #9c9c9c;*/
  width: 50px;
}

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