img { 
	
	border:none;
	
}
/*
h1 {
	text-align:center;
}
a{
	color:#fff;
}
*/
.clear{
	clear:both;
}
#images img{
	visibility:hidden;
	position:absolute;

}
#loading{
	position:relative;
	top:150px;
	/*height:367px;*/
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	top:20px;
	text-align:center;
	z-index:10000;
	color:#999;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	top:-20px;
	border-bottom:1px solid #999;
	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:40px;
	height:29px;
	cursor: pointer !important;	
}
#imageflow{
	margin:10px 0px 20px 0px;
	text-align:left;
	width:720px;
	position:relative;
	z-index:0;
	top:0px;
	left:5px;
	height:200px !important;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
/*	margin-top: 15px; */
}
#changelog div{
	text-align: justify;
	padding: 0px 0px 5px 0px;
}
