#images{
	visibility:hidden;
}
#loading{
	margin-top:10px;
	text-align:center;
	width:520px;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:visible;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	width: auto;
	overflow: visible;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:slider.png;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	background-image: url(slider.png);
	display: block;
}
#imageflow{
	text-align:center;
	vertical-align: super;
	margin: 5px;
	background-position: center bottom;
	cursor: default;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}

