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

.clear {
	clear: both;
}

#images {
	visibility: hidden;
}

#loading {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

#loading img {
	margin-top: 10px;
	position: relative;
}

#captions {
	margin-top: 10px;
	color: White;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	
	position: relative;
	
	z-index: 10000;
}

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

#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;
}

#imageflow {
	margin-left: 35px;
	width: 490px;
	text-align: left;
}
#imageflowcontainer{
	background: url(../../images/infobox/infoBox_Back.gif);
  	margin-bottom:10px;
	position:relative;
	height:200px;
	width:565px;
border: 1px solid #A3AEB3;
}
