/*************************\
	Gallery Style
\*************************/
div#gallery
{
	margin: 0 auto;
	width: 650px;
	padding: 20px;
}
div.image
{
	width: 200px;
	display: inline-block;
	height: 200px;
	text-align: center;
	border: 5px solid #e4e4e4;
	-webkit-box-shadow: 2px 2px 3px #777;
	-moz-box-shadow: 2px 2px 3px #777;
	box-shadow: 2px 2px 3px #777;
	z-index: 1;
	position: relative;
	margin: 0px;
}
div.image > img
{
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}
div.image > a 
{
	width: 74px;
	height: 74px;
	position: absolute;
	background: url('../images/zoom.png') center center no-repeat;
	top: 63px;
	left: 63px;
	z-index: 10;
	display: none;
}
.hover 
{
	-webkit-transform: rotate(0deg) scale(1)!important;
	-moz-transform: rotate(0deg) scale(1)!important;
	-webkit-box-shadow: 2px 2px 3px #444 !important;
	-moz-box-shadow: 2px 2px 3px #444 !important;
	box-shadow: 2px 2px 3px #444 !important;
}
