#images img { 
	position:absolute;
    margin-top:-130px;	
	top:0px;
	border:none;
}

.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-size: 1.6em;
	color: #610c05;
	position:relative;
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom:1px solid grey;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-22px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	width:31px;
	height:44px;	
}
#imageflow{
	margin-left:-40px;
	margin-right:-12px;
	margin-top: 150px;
	text-align:center;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}