.gallery {
     margin:4%;
	 text-align: center;
	 list-style:none;
}

.listyl {
	display: inline-block;
	padding: 20px;
        padding-right: 42px;
}

.listyl img {
	border: 5px groove #C0C0BF;
	width: 150px;
	height: 120px;
}

.image {
	display: block;
}

.img-title {
	display: inline-block;
	line-height: 15px;
	color: #fff;
	background-color: #5E5E9E;
	margin-top:10px;
	padding:10px 10px;
        font-family: gisha,verdana;
        font-size: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}


.modal {
	display: none;
	position: absolute !important;
	z-index: 200;
	background: #505050;
	-moz-box-shadow: 2px 2px 10px 2px #000; 
  	-webkit-box-shadow: 2px 2px 10px 2px #000; 
  	box-shadow: 2px 2px 10px 2px #000; 
}

.modal-bg { 
	display: none;
	position: fixed; 
	top: 0;bottom: 0;
	left: 0; right: 0; 
	background: #141414;
	background: rgba(14,14,14,0.85);
	cursor: pointer;
	z-index: 199;
}

.modal .image-title{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	background-color: #101010;
	padding:5px;
	opacity: 0.5;
}
.close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url('../images/close.png') no-repeat;
	opacity: 0.8;
}

.pre{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 50px;
	height: 150px;

	background: url('../images/a03.png') no-repeat;
        background-position: -250px;
	
}
.next{
	position: absolute;
	right: 0px;
	top: 200px;
	width: 50px;
	height: 150px;

	background: url('../images/a03.png') no-repeat;
        background-position: -300px;
	
}



.loader{
	display: none;
	position: absolute;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
}

.loader img {
	display: block;
}