 #imageflow_container
 {
	position: relative;
	background-color: #D7E7FF;
	width: 400px;
	margin: 0px;
	margin-left: 62px;
	padding: 0px;
	border: 1px solid #1C3F94;
	clear: both;
}

 #imageflow_container img
 {
	margin: 0px;
	border-style: none; 
}

#imageflow{
	text-align:left;
}

 #images{
	visibility:hidden;
}

#images img{ 
	position: absolute;
	top: 0px;
	border: none;
}

#loading{
	position: relative;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top: 10px;
	position: relative; 
}
#captions{
	color: white;
	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(../images/slider.gif);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

