@charset "utf-8";

div.slopemap dl dt{
width:200px;
height:60px;
margin:5px 0;
padding:0;
border-bottom:1px dotted #ccc;
}
div.slopemap dl dd{
float:right;
height:60px;
width:450px;
margin:5px 0;
padding:0;
border-bottom:1px dotted #ccc;
}



div.mojomagnify_zoom {
	position : absolute;
	width : 180px;
	height : 180px;
	overflow : hidden;
	cursor : crosshair;
}



div.mojomagnify_border {
	position : absolute;
	border : 2px solid #ff0066;
	width:176px;
	height:176px;

}


img.mojomagnify_img {
	padding : 0px;
	border : 0px;
}




#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(img/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(img/blank.gif);
	filter: Alpha(opacity=50);
}
