
#imageflow {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  height: 100%;
}

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

#imageflow #loading_bar img {
  position:relative; 
}

#imageflow #images {
  visibility:hidden;
}

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

#imageflow #captions {
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
	background-color: transparent;
}

#imageflow #scrollbar {
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #1b0c05;
	z-index:10001;
}

#imageflow #scrollbar #slider {
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url("slider.png");
	background-repeat:no-repeat;
	width:14px;
	height:14px; 
}



.clear{
  clear:both;
}

<!--
/* 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: 10px solid #fff;
	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;
}



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

