.slidePc {
	margin: 0 auto 0 auto;
	/*	width: 800px;*/
	max-width: 1000px;
	text-align: left;
	position: relative;
	margin-bottom: 15%;
}
.slidePc .slideShowInner{
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}
.slidePc ul {
	width: 100%;
}
.slidePc ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.slidePc ul li img {
	width: 100%;
}
.slider .pagiNation {
	top: 106%;
	left: 0;
	width: 100%;
/*	bottom: -113px;*/
/*	height: 80px;*/
/*	bottom: -28%;*/
	text-align: center;
	position: absolute;
	z-index: 110;
}
.slider .pagiNation a {
	max-width: 226px;
	margin-right: 2.6%;
	width: 22.6%;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	transition: all 0.2s ease-in-out;
	opacity: 1; 
	box-sizing: border-box;
}
.slider .pagiNation a:last-child {
	margin-right: 0;
}
.slider .pagiNation a img{
	width: 100%;
}
.slider .pagiNation a:hover {
	opacity: 0.6;
}
.slider .pagiNation a.pnActive {
	opacity: 0.6;
}

/* SideNavi
------------------------- */
.slidePc .btnPrev,
.slidePc .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 105;
}

.slidePc .btnPrev {
	left: 15px;
	background: transparent url(../img/btnPrev.png) no-repeat center center;
}

.slidePc .btnNext {
	right: 15px;
	background: transparent url(../img/btnNext.png) no-repeat center center;
}


.slidePc .btnPrev,
.slidePc .btnNext {
	display: none;
}

@media only screen and (max-width: 768px) {
	.slidePc .btnPrev,
	.slidePc .btnNext {
		display: block;
	}
	.slider .pagiNation{
		display: none;
	}
	.slidePc{
		margin-bottom: 10px;
	}
}
