body {
	margin:0;
	padding:0;
		text-align:center;
}
#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}
.clear{
	clear:both;
}
#images{
	visibility:hidden;
	height:640px;
	margin-left: 0px;


}
#loading{
	text-align:center;
	width:100%;
	margin-top:70px;
	margin-left: 0px;
}
#loading img{
	position:relative; 
}
#captions{
	position:absolute;
	z-index:10002;
	width:300px;
	left:165px;
	bottom: 0px;
	}
#imgTitle{
	font-size:19px;
	font-weight:bold;
	color:#f8d32e;
}
#imgDetail{
	width:400px;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	height: 14px;
	z-index:10001;
	margin-top: 0px;
	background:url(photogallery/scroll.gif) top left repeat-x;
	background-position: 0px 7px;	
}
#slider{
	position:absolute;
	margin-top:0px;
	margin-left:10px;
	z-index:10002;
	background-image:url(photogallery/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#slider:hover{
	background-image:url(photogallery/slider.png);
}
#imageflow{
	text-align:left;
	margin-left: 0px;
	height:540px;	
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}
