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

.simplegallery .content {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(to bottom,  #dcdbdb 0%,#e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(80,80,80,0), rgba(80,80,80,0.5)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */



}
.simplegallery .content img {
	/*	width:415px;*/
	border:1px solid #e0e0e0;
	margin-top:11px;
	 
}
.simplegallery .thumbnail {
	margin-top:5px
}
.simplegallery .thumbnail .thumb {
	/*float:left;*/
/*	width:100px;*/
/*	height:100px;*/
/*	margin:0 20px 0 0;*/
	cursor:pointer
}
.simplegallery .thumbnail .thumb img {
	border:1px solid #e0e0e0;
	background: linear-gradient(to bottom, rgba(80,80,80,0), rgba(80,80,80,0.5));
/*	width:100px;*/
/*	margin: 0 28px;*/
}
.simplegallery .thumbnail .last {
	margin:0
}
.thumbnail {
	overflow:hidden;
	padding:0px;
}
