@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #D4E3E0;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

div#container {
	width: 1100px;
	margin: 10px auto;
	min-height:800px;
  height:auto !important;
  height:800px;
}

div#controls {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

#aPrev, #aNext {
	cursor: pointer;
	color: #9CF;
}

#aPrev:hover, #aNext:hover {
	color: #FFFFFF;
}

#imgContainer {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

