.imageflowimage { 
	position:absolute; 
	top:1px;
	border:none;
}

#images{
	visibility:hidden;
}
#loading{
	margin-top:20px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:20px;
	position:relative; 
}
#captions{
	margin-top:-50px;
	font-weight:normal;
	position:relative; 
	text-align:center;
	z-index:10000;
	font-size:18px; 
	color:#000000;
}

#captions A {
	text-decoration:none;
	color:#000000;
}

#imageflowlinks{
	margin-top:6px;
	position:relative; 
	text-align:center;
	z-index:99999;
}

#imageflowlinks A {
	text-decoration:none;
	background:url(/images/arrow1.png) no-repeat right 5px;
	padding-right:10px;
}

#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:2px solid #ededed;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url('/images/slider.png');
	background-repeat:no-repeat;
	width:16px;
	height:16px;	
	cursor:pointer;
}
#imageflow{
	margin-left:70px;
	margin-right:70px;
	margin-top:1px;
	text-align:left;
}

#imageflowmoreleft {
	position:absolute;
	width:69px;
	height:69px;
	top:-200px;
	left:-220px;
	background:url(/images/arrowpromoleft.png) no-repeat;
	cursor:pointer;
}

#imageflowmoreleft:HOVER {
	background:url(/images/arrowpromoleftover.png) no-repeat;
}

#imageflowmoreright {
	position:absolute;
	width:69px;
	height:69px;
	top:-200px;
	left:645px;
	background:url(/images/arrowpromoright.png) no-repeat;
	cursor:pointer;
}

#imageflowmoreright:HOVER {
	background:url(/images/arrowpromorightover.png) no-repeat;
}
