/*/////////////////////// Slider ///////////////////////*/
* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

#imageSlideshow {
	/* height: 480px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10;
	text-align: left; */

	height: 480px;
	overflow: hidden;
	position: absolute;
	width: 1450px;
	z-index: 10;
	/* left: 7%; */
	top: 50%;
	left: 50.3%;
	transform: translate(-50%, -50%);
}


#imageSlideshow div.slide {
	height: 480px;
	width: 100%;
	z-index: 1;
}

#ImageHeader {
	width: 100%;
	height: 480px;
	position: relative;
}

#slide-1 {
	background: url(../../images/fade/index/01.jpg) no-repeat center top;
}

#slide-2 {
	background: url(../../images/fade/index/02.jpg) no-repeat center top;
}

#slide-3 {
	background: url(../../images/fade/index/03.jpg) no-repeat center top;
}

#slide-4 {
	background: url(../../images/fade/index/banner_pcr.jpg) no-repeat center top;
}

#slide-5 {
	background: url(../../images/fade/index/banner_green_pe.jpg) no-repeat center top;
}

#ImageHeader {
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 480px;
	overflow: hidden;
}

#slideNavigation {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100px;
}


.btn-slide {
	position: absolute;
	z-index: 999;
	left: 26%;
	top: 160%;
}

.btn-slide-2 {
	position: absolute;
	z-index: 999;
	left: 26%;
	top: 215%;
}

/*.arrow {
	height: 35px;
	width: 35px;
	background: red;
	z-index: 99999;
	position: absolute;
	top: 163px;
	display: inline;
	left: 775px;
}

a#prev-slide {
left: 10px;
background:url(../../images/icon/arrow_pre.png) 0px -42px no-repeat;
}

a#next-slide {
right: 10px;
background:url(../../images/icon/arrow_next.png) 0 0 no-repeat;
}*/

#nav_945 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#nav {
	display: block;
	height: auto;
	left: 25%;
	top: 400px;
	margin: 0 auto;
	position: absolute;
	z-index: 99999;
	width: 1200px;
}

#nav a {
	font-size: 0;
	background: url(images/pagination.png) 0px 0;
	float: left;
	margin: 0 4px;
	display: block;
	width: 14px;
	height: 15px;
}

#nav a.activeSlide {
	background: url(images/pagination.png) 0px -15px;
}