/*/////////////////////// Slider ///////////////////////*/
* {margin:0; padding:0;}
a { outline:none;}
#imageSlideshow {
	height:608px;
	overflow:hidden;
	position: absolute;
	width:100%;
	z-index:10;
	text-align: left;
	top: 0;
}

#imageSlideshow div.slide {
height:608px;
width:100%;
z-index: 1;
}
#ImageHeader { width:100%; height:608px; position:relative;}

#slide-1 { background:url(../../images/fade/index/1.jpg) no-repeat center top; }
#slide-2 { background:url(../../images/fade/index/2.jpg) no-repeat center top; }
#slide-3 { background:url(../../images/fade/index/3.jpg) no-repeat center top; }
#slide-4 { background:url(../../images/fade/index/4.jpg) no-repeat center top; }
#slide-5 { background:url(../../images/fade/index/5.jpg) no-repeat center top; }
#slide-6 { background:url(../../images/fade/index/6.jpg) no-repeat center top; }
#slide-7 { background:url(../../images/fade/index/7.jpg) no-repeat center top; }

#ImageHeader {margin:0 auto 0 auto; padding:0; min-height:608px; overflow:hidden;}

#slideNavigation {
width:945px;
margin:0 auto;
position: relative;
height:200px;
}

/*.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 {
display: block;
height:auto;
position: absolute;
left:0;
top: 412px;
/*width: 100px;*/
z-index: 99999999;
}

#nav a{
font-size: 0;
background: url(images/pagination.png) 0px 0;
float: left;
margin: 0 4px;
display: block;
width: 54px;
height: 8px;
}

#nav a.activeSlide {
background: url(images/pagination.png) 0px -40px;
}
