.button .bg-button, .button-1 .bg-button, .hover .mask, .box .bg-box {display:none;}

.box:hover {
	color:#fff;
	background:#303030;
	border-top:1px solid #403f3f;
	border-bottom:1px solid #403f3f;
}
.button .bg-button-ie {
	display:block;
	height:0;
	width:0;
	background:url(../images/bg-button-h.gif) 0 0 repeat-x #fcae04;
	position:absolute;
	left: 50%;
	top: 50%;
	z-index:1;
}
.button-1 .bg-button-ie {
	display:block;
	height:0;
	width:0;
	background:url(../images/bg-button.gif) 0 0 repeat-x #2f2f2f;
	position:absolute;
	left: 50%;
	top: 50%;
	z-index:1;
} 

.hover .mask-ie{
	background:url(../images/img-marker.png) center center no-repeat #fff;
	cursor:pointer;
	bottom: 50%;
	left: 50%;
	right: 50%;
	top: 50%;
	opacity: 0;
	position: absolute;
	z-index:3;
	margin:4px;
}

