h1 {
	text-align:center;
	margin-bottom: -30px;
	margin-top: 30px;
}

.clear{
	clear:both;
}


div#images img {
	position:absolute;
	top:0px;
	border:none;
}

#images{
	visibility:hidden;
	margin-left:-200px;
}
#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;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	background:transparent url(imageflow/tubo.png) top left no-repeat;
	height:16px;
	width:150px;
	z-index:10001;
}
#slider{
	position:relative;
	margin-top:-2px;
	margin-left:-8px;
	z-index:10002;
	background-image:url(imageflow/slider.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:20px;
}
#imageflow{
	/*background:#FFF url(imageflow/backfg.jpg) bottom center no-repeat;*/
	background:#FFF;
	margin-top:40px;
	margin-left:50px;
	width:500px;
	/*border:2px solid black;*/
	text-align:center;
}

#main {
    height: 380px;
}


#bottom_note {
    position: absolute;
    bottom: 100px;
    left: 40px;
    font-size: 11px;
    font-style: italic;
}
