#slider {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 180px;
	padding: 10px 0;
	\height: 160px;
	font-size: .9375em;

/*	background-color: #fff;
	border: #d9d9d9 1px solid;
*/
	background-color: #fff;
	border: none;
	color: #666;
}

#slider h3 {
	margin: -.25em 0 .5em 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
}

#slider img {
	position:absolute;
	margin: 0;
	display:none;
}
#imageloader {
	position:relative;
	display:block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#imageloader img {
	position:relative;
	top:70px;
	z-index:100;
	width:128px;
	height:15px;
	display:inline;
}
