
#imageflow img { 
        
	position:absolute; 
	top:0px;
        margin-left:0px;
	border:0px solid green;
}

.clear{
	clear:both;
}
#images{
	visibility:hidden;
     text-align:center;
     border:0px solid red; 
}


  
#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;
	
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:0px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;
	width:0px;
	height:14px;
        visibility:hidden;	
}
#imageflow{
	width: 700px;
	border:0px solid green;
        background-color:#000000;
        
}
#changelog{
	width:100px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 0px;
}
#changelog div{
	text-align: justify;
	padding: 0 0px 5px 0px;
}
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

.smalltext{
	background-color: #D4DEE0;
	font-size: 11px;
	font-family: arial;
	padding: 5px;
}