#images{
	left:100px;
	visibility:hidden;
	height:100px;
	background:transparent;
	width:500px;

}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative;
}

#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10000;
	color:navy;
	top:-30px;
	
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:navy;
}



#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	color:navy;
	top:-25px;
}

#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;	
	color:navy;	
}

#imageflow{
	left:100px;
	width:500px;
	text-align:left;
		background:transparent;
}

#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}

#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}