.inner-content ul.gallery {
	margin: 20px auto 5px;
	padding: 0;
	display: table;
	width: 100%;
	clear: both;
}

.inner-content ul.gallery:hover li:not(:hover) {
	-webkit-filter: grayscale(.8);
}
.inner-content ul.gallery li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 263px;
	height: 305px;
	margin-bottom: 18px;
	cursor: pointer;
	margin-right: 33px;
	border: solid 0px #FFFFFF;
	position: relative;
	overflow: hidden;
	border: solid 6px #FFFFFF;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.inner-content ul.gallery li:hover {
	border: solid 6px #A40000;
	/*transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);*/
}

.inner-content ul.gallery li div.img {
	height: 263px;
	width: 100%;
}

.inner-content ul.gallery li div.img img {
	width: 100%;
	height: 263px;
	display: block;
	background: #FFFFFF;
}

.inner-content ul.gallery li .ptitle {
	width: 263px;
	margin-top: 0PX;
	border: solid 0px #9A9A9A;
	text-align: center;
	background: #FFFFFF;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #6F6F6F;
	padding: 12px 6px;
	letter-spacing: 1px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.inner-content ul.gallery li.mrgNO {
	margin-right: 0;
}
/*************/
	.navCase a {
	
		font-size: 30px;
		
	}