#main h3{
	font-size:18px !important;
	margin:0 0 20px 0 !important;
}
#main p{
	text-align:center;
}
#gallery{
	list-style:none;
	padding:60px 0 0 0;
}
#gallery li{
	width:180px;
	height:140px;
	float:left;
	margin:0 0 30px 0;
	border-bottom:1px solid #959595;
}
#gallery li a{
	display:block;
	width:180px;
	height:110px;
	overflow:hidden;
	text-align:center;
	border-right:1px solid #959595;
	background:url('../images/common/arrow.png') no-repeat 165px center ;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
#gallery li a img{
	max-width:100%;
	max-height:100%;
}

#gallery li a:link,
#gallery li a:visited{ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.0); }
#gallery li a:hover  { box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4); }
#gallery li a:active { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }

#item75,
#item79,
#item112,
#item114{
	/* display: none; */
	
}

