#slider {
	position: relative;
	overflow: hidden;
	height:244px;
	width: 724px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
#slider img {
	position:absolute;
	height:244px;
	;
	display:none;
}
#imageloader {
	position:relative;
	display:block;
	width: 724px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;}
