
.imgfl { 
	position: absolute; 
	top: 0px;
	border: none;
}

.clear{
	clear: both;
}
#images{
	visibility: hidden;
	position: relative;
	top: 0px;
	margin-top: 50px;
	cursor:  row-resize;
}
#loading{
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
#loading img{
	margin-top: 10px;
	position: relative; 
}
#captions{
	position: relative; 
	font-weight: bold;
	text-align: center;
	z-index: 10000;
	color:  #880044;
	top: -40px;
	font-size: 12pt;
	padding-top: 60px;
}
#scrollbar{
	visibility: hidden;
	position: relative; 
	top: -35px;
	border-bottom: 1px solid #b3b3b3;
	z-index: 10001;
}
#slider{
	position: absolute;
	margin-top: -7px;
	margin-left: -31px;
	z-index: 10002;
	background-image: url(../img/slider.gif);
	background-repeat: no-repeat;
	width: 63px;
	height: 14px;	
}
#slider:hover {
	background-image: url(../img/sliderhover.gif);
}
#slider:active {
	background-image: url(../img/slidermousedown.gif);
}
#imageflow{
	position: absolute;
	text-align: left;
	top: 0px;
	left: 1%;
	width: 97%;
	border: 1px solid #f0f0f0;
	background-image: url(../img/bg.coverflow.jpg);
	background-repeat: repeat-x;
	padding-bottom: 60px;
}

