body {
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	vertical-align:middle;
	position:absolute;
	left:0px; top:0px;
	background-color:#cccccc;
	background-position:center top;
}
div.right {
	float:right;
}
div.left {
	float:left;
}
img.topVisibleImage {
	position:absolute; top:0px; z-index:200;
} img.newTopVisibleImage {
	position:absolute; top:0px; z-index:200;
}
/* IMAGES */
img.centerImage {vertical-align:text-top;}
img.centerToFloat {vertical-align:middle; }
img.centerImageButton {vertical-align:text-top;cursor:hand;cursor:pointer;}
img.highlightThumb {
	width:162px; height:162px; overflow:hidden; background-color:#222222;
}
img.highlightPressThumb {
	width:162px; height:222px; overflow:hidden; background-color:#222222;
}
img.highlightPressThumbSemitransparent {
	width:162px; height:222px; overflow:hidden; background-color:#222222;
	opacity:0.4;filter:alpha(opacity=40);
}
img.highlightBigThumb {
	width:250px; height:250px; overflow:hidden; background-color:#222222;
}
