#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}

#images{
	visibility:hidden;
}

#loading{
	margin-top:10px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	padding-top: 30px;
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	position: absolute;
	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:30px;
	height:14px;	
}
#imageflow{
	background: #f1f1f1 url("../images/sidebar_section_background.png") repeat-x;
	/* Border-radius not implemented yet */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 10px;
	padding:0;
	width:600px;

	border: 1px solid #cccccc;
}

#imageflow_ie {
	position: absolute;
}



  