﻿/***************************************\
*****   CSS für Imageflow:         *****
\***************************************/
#imageflowtable {
	background: url(pics/bgr_imageflow.jpg) no-repeat left top;
	height: 342px;
	width: 550px;
	margin-left: 15px;
}
#imageflow img {
	position:absolute;
	top:20px;
	border:none;
	margin-top: 336px;
	margin-left: 251px;
}
.clear{
	clear:both;
}
#images{
	visibility: hidden;
}
#loading{
	margin-top:20px;
	text-align:center;
	width:100%;
	color: #FFFFFF;
}
#loading img{
	margin-top:30px;
	position:relative;
	margin-left:0px; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
	color:#FFFFFF;
	top:50px;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	top:50px;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(imgflw/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	text-align:left;
}