/*!
 * 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:570px;height:510px;overflow:hidden}
.simplegallery .buyuk img{width:565px;border:1px solid #828282}
.simplegallery .kucuk{margin-top:5px}
.simplegallery .kucuk .thumb{float:left; width:185px; height:185px; margin:0 5px 0 0;cursor:pointer}
.simplegallery .kucuk .thumb img{border:1px solid #828282;width:185px;}.simplegallery .kucuk .last{margin:0}

@media screen and (max-width: 1366px) {

.simplegallery{margin:0 auto;width:100%; height:100%; overflow:hidden}
.simplegallery .buyuk img{width:100%; border:1px solid #828282}
.simplegallery .kucuk{margin-top:1%}
.simplegallery .kucuk .thumb{float:left; width:31%; margin:0 2% 0 0;cursor:pointer}
.simplegallery .kucuk .thumb img{border:0px solid #828282; width:110%;}.simplegallery .kucuk .last{margin:0}
	
	}