﻿@charset "utf-8";

.zeybekGalleryContent{
	float:left;
	position:relative;
	min-height: 300px;
	width: 100%;
	background-color:#fff;
	height:auto;
	margin-bottom:10px;
}
.zeybekGalleryContent ul{
	
}

.zeybekGalleryContent ul li{
	float:left;
	position:relative;
	width:30%;
	min-height:50px;
	display: inline-block;
    list-style:none;
/*	padding:10px;
	padding-top:20px;
*/	text-align:center !important;
	background-color:#666;
	margin-left:20px;
	margin-bottom:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,a5a5a5+100 */
background: #fff; /* Old browsers */
border:#999 1px solid;
}

/*
.zeybekGalleryContent ul li img{
width:100%;
	height:auto;
	background:#FFF;
}
*/

.zeybekGalleryContent ul li img:before {
  display: block;
  content: "";

}

.zeybekGalleryContent ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:auto;
}