@charset "UTF-8";
/* CSS Document */


div#mainImage li {
	list-style-type: none;
}

div#mainImage li img {
	border: none;
	
}

div#mainImage li.imgObject1 {
	
	left:0px;
	position:absolute;
	display: block;
	margin: 0;
	width: 860px;
	height: 227px;
	display: block;
}


div#mainImage li.imgObject2 {
	
	left:860px;
	position:absolute;
	display: block;
	margin: 0;
	width: 860px;
	height: 227px;
	display: block;
}
	
div#mainImage li.imgObject3 {
	
	left:1720px;
	position:absolute;
	display: block;
	margin: 0;
	width: 860px;
	height: 227px;
	display: block;
}


div#imgArea {
	width: 860px;
	height: 227px;
	overflow:hidden;
	z-index:10;
}

#navArea {
	overflow:hidden;
	width: 860px;
	height: 227px;
	position:relative;
}

#indicatorBar {
	
	width:860px;
	height:22px;
	text-align:center;
	margin:0 70px 0px 70px;
}


#imgPrev, #imgNext {
	width: 18px;
	height: 18px;
	position: reelative;
	top: 0;
}

#imgPrev a, #imgNext a {
	width: 18px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}

#imgPrev {
	float: left;
	background: url(../img/prev2.png) no-repeat  center;
	z-index:100;
}

#imgPrev a:hover {
	float: left;
	background: url(../img/prev2s2.png) no-repeat  center;	
	
}

#imgNext {
	float: right;
	background: url(../img/next2.png) no-repeat  center;	
	z-index:100;
}

#imgNext a:hover {
	float: right;
	background: url(../img/next2s2.png) no-repeat  center;	
	
}
