
#spacer {
	height: 24px;
	width: 10px;
}

#mediaHutchButton {
	position: absolute;
	background: url(../images/hutchBtnBottom.gif) no-repeat;
	top: 0px;
	left: 50px;
	height: 24px;
	width: 681px;
	display: block;
}

#flashButton {
	position: absolute;
	top: 2px;
	left: 281px;
	height: 9px;
	width: 122px;

}

#flashButtonFront {
	position: absolute;
	top: 2px;
	left: 276px;
	height: 9px;
	width: 122px;

}

#mediaHutchBG {
	position: absolute;
	background: url(../images/blackScreen3.gif) repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 500;
	display: none;
}

/* Commented backslash hack \*/

#mediaHutchBG {
	background: #000000;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
/* End hack */


#srContent {
	position: absolute;
	background: url(../images/hutchBG.gif) repeat-y;
	top: 0px;
	left: 50px;
	height: 404px;
	width: 857px;
	z-index: 501;
	display: none;
}
