
@CHARSET "UTF-8";

.bannerimg {
	height: 315px;
	width: 800px;
	padding: 0;
	margin: 0;
}

	/* buttons */
#buttonBox {
	height: 22px;
	width: 100px;
	position: absolute;
	z-index: 2; 
	top: 290px;		/* Button possition from top */
	left: 690px;	/* Button possition from left */
}

#prev {
	background-image: url('../banner/arrow1.png');
	background-repeat: no-repeat;
	background-position:center; 
	border: 0px;
}
#next {
	background-image: url('../banner/arrow2.png');
	background-repeat: no-repeat;
	background-position:center; 
	border: 0px;
}

#prev, #next, .number {
	float: left;
	width: 12px;
	height: 15px;
	padding: 2px;
	margin: -2px;
	
	color: rgb(255,255,255);
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
}
.number a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.number {
	display: block;
	background-image: url('../banner/number_bg.png');
	background-repeat: no-repeat;
	background-position:center;
}
#imageBox {
	position: relative;
	z-index: 1;
}

	/* CENTER RIGHT LEFT */
#imageBox, #previewBox, #banner {
	width: 800px;
	height: 315px;
	padding: 0;
	margin: 0;
}

a, img {
	border: 0px;
}
