html{
	min-width: 300px;
	height:100%;
} /*IE7*/
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color:#000000;
	color:#cccccc;
}

a{
	color:#fff;
}
h1{
	text-align:center;
	color: #cccccc;
	font-size: 120%;
}
h2{
	text-align:center;
	font-size: 90%;
	color: #cccccc;
}

#header{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 0px;
}
#subheader{
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color:#cccccc;
	text-align: center;
}

/* Old CSS
#contentWrapper1 {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  clear: left;
  text-align: left;
  overflow: hidden;
  border: 0px solid #333333;
}*/
#contentWrapper {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 1px;
	height: 100%;
	width: 90%;
	color: white;
	background-color:#000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 83%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}


#contentWrapper #imageflow {

  text-align: left;
  width: 100%;
  height: 100%;
}

#contentWrapper #imageflow #loading_bar {
	text-align:center;
	width:100%;
	margin-top: 200px;
	color:#cccccc;
}

#contentWrapper #imageflow #loading_bar img {
  position:relative; 
}

#contentWrapper #imageflow #images {
  visibility:hidden;
}

#contentWrapper #imageflow #images img { 
  position:absolute; 
  top:0px;
  border:none;
}

#contentWrapper #imageflow #captions {
	position:relative;
	text-align:center;
	z-index:10000;
	padding-top: 30px;
	color: #ffffff;
	font-weight: bold;
}

#contentWrapper #imageflow #scrollbar {
	visibility:hidden;
	position:relative;
	z-index:10001;
	background-image: url(../res/images/scrollbar-back.png);
	background-repeat: repeat-x;
	height: 19px;
}

#contentWrapper #imageflow #scrollbarNext{
	position:relative;
	margin-top:0px;
	z-index:10010;
	height: 17px;
	float: right;
	margin-bottom: 10px;
	width: 25px;
	margin-right: -15px;
}
#contentWrapper #imageflow #scrollbarPrev{
	position:relative;
	margin-top:0px;
	margin-left:-15px;
	z-index:10010;
	height: 17px;
	margin-bottom: 10px;
	float: left;
	width: 25px;
}
#contentWrapper #imageflow #scrollbarNext a:link {
	text-decoration: none;	
}
#contentWrapper #imageflow #scrollbarPrev a:link {
	text-decoration: none;	
}

#contentWrapper #imageflow #scrollbar #slider {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	z-index:10002;
	background-image: url(../res/images/scroll_button.png);
	background-repeat:no-repeat;
	width: 50px;
	height: 16px;
	margin-bottom: 10px;
	margin-right: 0px;
	-moz-user-select:none; 
}

.clear{
  clear:both;
}
a:link {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}


a:visited {
	text-decoration: none;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}

<!--
/* BEGIN style8 */
 #navlist
{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	line-height: 12px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #ff6600;
}

#navlist a:hover {
	color: #ff6600;
}

/* END style8 */
-->


/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000000;
	background-color: #FFF;
	display: none;
	z-index: 10006;
}

.MultiBoxLoading {
	background-image: url(../res/css/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../res/css/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: ;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../res/css/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

.MultiBoxNext {
	position: absolute;
	background: url(../res/css/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../res/css/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../res/css/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}



/*************************************************************/

