﻿img{ max-width:100%;}
.prodbox {
	padding:0px;
}

.gallery_box{ 
	margin:10px;
	width: 100%;
	overflow: hidden;
	border: thick #e6a756 outset;

	position: relative;
	
	}
	
.gallery_box1{ 
	margin:10px;
	width: 100%;
	overflow: hidden;
	border: thick #e6a756 outset;
padding: 15px;
background-color : rgba(230,167,86,0.3);
	position: relative;
	  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;

	}
	.gallery_box2{ 
	margin:10px;
	width: 100%;
	overflow: hidden;
	border: thick #e6a756 outset;
background-color:#2C3943;
	position: relative;
	  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;

	}	

#gallery img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#gallery img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
