#diaporama {
	background-color: #FFF;
	position: absolute;
	height: 400px;
	width: 900px;
	left: 0px;
	top: 0px;
}

/* CSS Document */

.container {
	width: 900px;
	padding: 0;
	height: 400px;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}



.main_view {
	float: left;
	position: relative;
}

.window {
	height: 400px;
	width: 900px;
	overflow: hidden;
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}


.paging {
	position: absolute;
	width: 900px;
	height: 15px;
	z-index: 50;
	text-align: center;
	display: none;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	bottom: 5px;
	background-image: url(images/fd-noir-opaque.png);
}
.paging a {
	padding: 0px;
	text-decoration: none;
	/* color: #a331fb; */
	color: #000000;
	font-weight: bold;
	position: relative;
	margin: 3px;
	/* border: #FFF solid 3px; */
	z-index: auto;
	top: 0px;
}
.paging a.active {
	font-weight: bold;
	color: #FFF;
}
.paging a:hover {
	font-weight: bold;
	color: #FFF;
}
