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

body {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-color: #666666;
}
#SlideShow {
	width: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-position: center center;
	overflow: hidden;
	background-color: #999999;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#nav_bar {
	width: 1200px;
	position: relative;
	margin-top: 20px;
	height: 32px;
	left: 0px;
}
.nav_button {
	position: absolute;
	width: 160px;
}
#NB1 {
	left: 0px;
}
#NB2 {
 left: 400px;
}
#NB3 {
	right: 0px;
}

