.inner-content ul.gallery {
	margin: 0 auto 5px;
	padding: 0;
	display: table;
	width: 100%;
}

.inner-content ul.gallery li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 275px;
	margin-bottom: 29px;
	cursor: pointer;
	margin-right: 29px;
	border: solid 1px #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inner-content ul.gallery li:hover {
	-webkit-filter: drop-shadow(3px 3px 3px #ccc);
	border: solid 1px #067CC2;
}

.inner-content ul.gallery li:hover .ptitle {
	background: #067CC2;
	color: #FFFFFF;
}

.inner-content ul.gallery li:hover .ptitle span {
	color: #000000;
}

.inner-content ul.gallery li:hover .img11 {
	/*	transform: scale(1.2);*/
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}

.inner-content ul.gallery li div.img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inner-content ul.gallery li div.img img {
	width: 100%;
	height: 275px;
}

.inner-content ul.gallery li .ptitle {
	width: 263px;
	margin-top: 2PX;
	border: solid 0px #9A9A9A;
	text-align: center;
	background: #FFFFFF;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #232323;
	padding: 18px 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;
}

.inner-content ul.gallery li .imgDiv {
	width: 275px;
	height: 275px;
	border: solid 0px #e9ebeb;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/tm.png);
	margin-top: -275px;
	z-index: 3;
}

.inner-content ul.gallery li .ptitle {
	margin-top: 0PX;
}

.inner-content ul.gallery li .ptitle span {
	color: #067CC2;
}

.inner-content ul.gallery:hover li:not(:hover) {
	/*-webkit-filter: grayscale(.8);*/
}


/**********************************************************/

.inner-content {
	display: table;
	width: 1150px;
	margin: 0 auto;
}

.inner-content div.pLeft {
	width: 200px;
	float: left;
	border-top: solid 2px #0F0F0F;
	margin-top: 2px;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

.inner-content div.pLeft:before {
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 2px;
	top: -2px;
	left: 0;
	background: #067CC2;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.inner-content:hover div.pLeft:before {
	width: 100%;
}

.inner-content div.pLeft p {
	font-size: 24px;
	letter-spacing: 2px;
	margin: 10px 0;
	font-weight: bold;
	color: #2F2F2F;
}

.inner-content div.pRight {
	width: 883px;
	float: right;
}

.inner-content ul.gallery {
	width: 100%;
}

.inner-content ul.gallery li {
	margin-bottom: 26px;
	margin-right: 26px;
}

.pageLocation {
	margin-right: 26px;
}