/*GALLERY*/
section{
	min-height:650px !important;
}
.gallery{
	margin:70px auto;
	width:920px;
}
.gallery img{
	float:left;
	width:300px;
	margin:0 auto;
		transition-duration:1.6s;
		-webkit-transition-duration:1.6s;
		-moz-transition-duration:1.6s;
		-o-transition-duration:1.6s;
		-ms-transition-duration:1.6s;		
}
/*GALLERY*/

/*HOVERS*/
.gallery img:hover{
	z-index:6;
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
}