#numbers ul {
	position: absolute;
	z-index: 50;
	left: 81px;
	top: 81px;
	height: 560px;
	width: 805px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#numbers li {
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
	height: 105px;
	width: 180px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#numbers li a {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#numbers li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	height: 105px;
	width: 180px;
}
#imageborder {
	margin: 0px;
	padding: 0px;
	height: 580px;
	width: 767px;
	position: absolute;
	z-index: 40;
	left: 71px;
	top: 70px;
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

