.clear{
	clear:both;
}
#images{
	visibility:hidden;
	position: static;
	width: 592px;
	clear: both;
	height: 300px;
}
#images img {
	margin-top: 100px;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#loading img{
	margin-top:10px;
	position:relative; 
	bottom: 20px;
	left: 35%;
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-10px;
	margin-left:-10px;
	z-index:10002;
	background-image: url("slider.png");
	background-repeat:no-repeat;
	width:20px;
	height:20px;	
}
#imageflow{
	margin-left:0px;
	text-align:left;
	position: static;
	float: left;
	width: 592px;
	padding: 0px;
}
#imageflow img {
	position:absolute; 
	top:0px;
	border:none;
}
#imageflow h1 {
	font: 25px Century Gothic, Verdana, sans-serif;
	font-weight: bold;
	color: #2E2E2E;
	margin: 0px 0px -3px 0px;
	padding: 0px;
}
#imgFooter {
	width: 592px;
	clear: both;
	text-align: center; 
	height: 30px; 
	z-index:10002; 
	position: relative;
	top: 15px;
}
