/*
	© Easy-Thumb
	http://www.easy-thumb.net
*/
#easythumbapi_preview {
	background-color: #fff;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 135px;
	visibility: hidden;
	overflow: hidden;
	margin: 5px;
}
#easythumbapi_preview div {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: transparent url(http://api.easy-thumb.net/loading.gif) no-repeat center center;
	visibility: hidden;
	z-index: 1;
}
#easythumbapi_preview div.imageLoaded { background:transparent url(http://api.easy-thumb.net/loading.gif) no-repeat center center; }
#easythumbapi_preview div.imageError { background:transparent url(http://api.easy-thumb.net/error.gif) no-repeat center center; }
#easythumbapi_preview img {
	position: absolute;
	display: block;
	border: none;
	width: 180px;
	height: 135px;
	z-index: 2;
}