#closeBoxpp {
	cursor: pointer;
	position: fixed;
	top: 9%;
	display: inline-block;
	right: 1%;
	z-index: 120;
}

#nextButtonBoxpp {
	cursor: pointer;
	color: white;
	position: fixed;
	right: 0;
	top: 3%;
	padding: 20% 2.2% 0 45%;
	height: 57.7%;
}
#nextButtonThumb {
	cursor: pointer;
	color: white;
	position: absolute;
	right: 0px;
	top: 0;
	padding: 22px 9px 63px;
	height: 65px;
	z-index: 100;
	background: #001123;
}
.opacityNext {
	display: none;
	opacity: 0.8;
	position: absolute;
	right: 7px;
	top: 0;
	padding: 22px 15px 63px;
	height: 65px;
	z-index: 110;
	background: #001123;
}

#previousButtonBoxpp {
	cursor: pointer;
	color: white;
	position: fixed;
	left: 0;
	top: 3%;
	padding: 20% 45% 0 2.2%;
	height: 57.7%;
}
#prevButtonThumb {
	cursor: pointer;
	color: white;
	position: absolute;
	left: -7px;
	top: 0px;
	padding: 22px 13px 63px;
	height: 65px;
	z-index: 100;
	background: #001123;
}
.opacityPrev {
	display: none;
	opacity: 0.8;
	position: absolute;
	left: 3px;
	top: 0px;
	padding: 22px 15px 63px;
	height: 65px;
	z-index: 110;
	background: #001123;
}

#thumbImgpp img {
	border: 6px solid transparent;
}
.activeThumb {
	border: 6px solid #b7f0fa !important;
}
#thumbImgpp img:hover {
	border: 6px solid #b7f0fa;
}

#sliderppmore {
	width: 91.7%;
	background: #011f41;
	height: 12px;
	position: absolute;
	top: 107px;
	left: 42px;
	border-radius: 10px;
}

#gallery, #gallery ul {
	list-style: none;
	width: 1215px;
	position: relative;
}

#gallery li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	width: 215px;
	height: 130px;
	margin-right: 17px;
	margin-bottom: 28px;
}
#gallery li img {
	width: 215px;
	height: 130px
}