html{
	min-width: 300px;
	height:100%;
} /*IE7*/
body {
	height:100%;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:83%;
}
img {
	position:absolute;
	top:0px;
	border:none;
}
h1 {
	font-size:200.1%;
	text-align:center;
}
a{
	color:#fff;
}
.clear{
	clear:both;
}
#main{
	max-width: 800px;
	min-height:100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color:#000;
	padding: 0px 20px;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative;
}
#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
    z-index:101;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	z-index:102;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:103; 
	background-image:url(images/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
#imageflow{
	text-align:left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
