/*/////////////////////// Slider ///////////////////////*/
* {margin:0; padding:0;}
a { outline:none;}
#imageSlideshow {
	height:489px;
	overflow:hidden;
	position: absolute;
	width:100%;
	z-index:10;
	text-align: left;
	/*ภาพข้างล่าง banner*/
	background: url(../../images/slide_bottom.jpg) bottom center no-repeat;
}

#imageSlideshow div.slide {
height:449px;
width:100%;

z-index: 1;
}
#ImageHeader { width:100%; height:500px; position:relative;}

#slide-1 { background:url(../../images/slide.jpg) no-repeat center top; }
#slide-2 { background:url(../../images/slide2.jpg) no-repeat center top; }

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

#slideNavigation {
width:950px;
margin:0 auto;
position: relative;
height:100px;
}

#nav {
	width:88px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#nav {
	display: block;
	height:auto;
	left:450px;
	top:390px;
	margin:0 auto;
	position:absolute;
	z-index: 99990;
}

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

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

.arrow {
	height: 35px;
	width: 35px;
	background: red;
	z-index: 99990;
	position: absolute;
	top: 163px;
	display: inline;
	left: 775px;
}

a#prev-slide { position:absolute; top:190px; left:25px; z-index:11; cursor:pointer; width:32px; height:32px; background:url(images/icn/icn_prev.png) no-repeat; }
a#prev-slide:hover { left:25px; top:190px; background:url(images/icn/icn_prev_over.png) no-repeat; }

a#next-slide { position:absolute; top:190px; right:25px; z-index:11; cursor:pointer; width:32px; height:32px; background:url(images/icn/icn_next.png) no-repeat; }
a#next-slide:hover { right:25px; top:190px; background:url(images/icn/icn_next_over.png) no-repeat; }
