
#imageflow img { 

	position:absolute; 

	top:0px;

	border:none;

}

#imageflow #images{
	visibility:hidden;
	margin:-130px 0px 0px 60px;}
	
#loading{
	margin:0px;
	text-align:center;
	width:900px;
	color:#fff;
}
#loading img{
	margin:150px 0px 0px 0px;
	position:relative;
}

#captions{	
position:relative; 
	text-align:center;
	width:235px;
	z-index:10000;
	padding:80px 0px;
	color: #336699;
	background: url(../img/bgCaption.png) no-repeat center center;
	visibility:hidden;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	margin-top:150px;
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	margin-left:0px;
	float:left;
	padding:0px;
	width:850px;
	margin-top:-50px;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}

#imageflow_wrapper { 	width:100%;
						height:300px;
						background: url(../images/window_gradient_bg.jpg) no-repeat;
						background-position: 0 -100px ;
						float:left;
						margin:-46px 0 0 0;
						padding-top:46px;
						padding-bottom:40px;
						border:transparent 1px solid;}	
						
					
