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

#images{
	visibility:hidden;
	background-color:#000000;
}

#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
	background-color:#000000;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#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:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(img/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	text-align:center;
	background-color:#000000;
}
* html #imageflow {position:relative;
text-align:left;
} /*IE6*/

 
*+ html #imageflow {position:relative;
text-align:left;
} /*IE7*/
.clear{
	clear:both;
}
