body {
	margin-top:45px;
}

#mContainer {
	position:relative;
	margin:auto;
	width:180px;
	height:180px;
	overflow:visible;
	border:1px solid #000;
}

.sqr {
	position:absolute;
	width:35px;
	height:35px;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/buttons.gif);
	background-repeat:no-repeat;
	-moz-opacity:1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#mLeft {
	position:absolute;
	width:32px;
	height:35px;
	top:1px;
	left:-40px;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/arrow_right.gif);
	display:none;
}

#mTop {
	position:absolute;
	width:35px;
	height:38px;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/arrow_right.gif);
	background-repeat:no-repeat;
	top:-40px;
	left:1px;
	display:none;
}

#info {
	position:absolute;
	top:180px;
	width:180px;
	height:50px;
	display:none;
}

.nfo {
	font:9pt arial;
	padding:3px;
	text-align:left;
}

#gameOver {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	margin:auto;
	height:180px;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/gameover.gif);
	z-index:100;
	display:none;
	-moz-opacity:0.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor:pointer;
}

#verticalSelector {
	position:absolute;
	top:-1px;
	left:0px;
	width:35px;
	height:180px;
	border:1px solid #069;
	background-color:#2AA51D;
	-moz-opacity:0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	z-index:80;
}

#horizontalSelector {
	position:absolute;
	top:0px;
	left:-1px;
	width:180px;
	height:35px;
	border:1px solid #069;
	background-color:#2AA51D;
	-moz-opacity:0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	display:none;
	z-index:80;
}

.number {
	position:absolute;
	top:0px;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/numbers_black.gif);
	background-repeat:no-repeat;
	height:20px;
	width:18px;
}

#mTime { 
	position:relative;
	top:10px;
	left:0px;
	
}

#mScore {
	position:absolute;
	top:10px;left:130px;
}

#credits {
	position:relative;
	margin:auto;
	margin-top:5px;
	width:250px; 
	font-family:verdana;
	font-size:9px;
}

#credits img {
	float:left;
	margin-right:10px;
	margin-bottom:1px;
	border:1px solid #000000;
	width:73px;
	height:61px;
}

#instructions { 
	position:relative;
	margin:30px auto 0 auto; 
	width:600px; 
	font-family:verdana;
	font-size:9px;
}

hr { 
	color:#000;
	background-color:#000;
	height:1px;
	border-style:none;
	clear:both;
	margin:1px;
}

#gameLogo {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:180px;
	z-index:90;
	background-image:url(http://slayeroffice.com/arcade/diamond_slide/gameLogo.gif);
	cursor:pointer;
}