
div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 1px;
	border-color: #666666;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;

	background-color : white;

	opacity : 0.1;
	-moz-opacity : 0.1;
	-khtml-opacity : 0.1;
	filter:alpha(opacity=10);
}


img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 0px;
	border : 1px;
	border-color: #666666;
}

.thumb img {
	margin: 2px 2px 2px 2px; 
	border-width: 0em; 
	opacity : 1;
	-moz-opacity : 1;
	-khtml-opacity : 1;
	filter:alpha(opacity=100); 
}

.thumb:hover img {
	opacity : 0.5;
	-moz-opacity : 0.5;
	-khtml-opacity : 0.5;
	filter:alpha(opacity=50); 
}

.thumb2 img {
	margin: 2px 2px 2px 2px; 
	border-width: 0em; 
	opacity : 1;
	-moz-opacity : 1;
	-khtml-opacity : 1;
	filter:alpha(opacity=100); 
}

.thumb2:hover img {
	opacity : 0.5;
	-moz-opacity : 0.5;
	-khtml-opacity : 0.5;
	filter:alpha(opacity=50); 
}

div.footer {
	font-family: verdana, Arial, Helvetica; 
	align:center;
	font-size: 11px; 
	font-weight: normal; 
	margin:7px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 2px;
	color: #999999;
}

div.mw {
	font-family: verdana, Arial, Helvetica; 
	align:center;
	font-size: 11px; 
	font-weight: normal; 
	margin:10px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #999999;
}
