#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}

.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loading{
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10000;
	*right: 140px;
	*bottom:65px;
}
#scrollbar{
	visibility:hidden;
	position:absolute;
	z-index:10001;
	*left: 310px;
	*top:420px;
	background-image: url(.../images/car_image/bar.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#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;
}
#imageflow{
	margin-left:150px;
	text-align:left;
	margin-right: 200px;
	margin-top:20px;
    *margin-top:120px;
	*margin-left:320px;
	*margin-right: 70px;
}


