div.image_preloader_loading {
	border: solid 1px #AAAAAA;
	background-color:#EEEEEE;
	position: relative;
	height:100px;
	width:300px;
	background-image:url(/images/loaders/bar.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
