#redBoxBg {
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	z-index: 101;
	background-color: #000000;
	border: 0px solid #ffffff;
	-moz-opacity: 0.7; /* for Mozilla */
	opacity: 0.7; /* CSS3 standard */
	filter:alpha(opacity=70) /* for IE */
	overflow: hidden;
}
#redBoxWin {
	position: absolute;
	left: 0px; top: 0px;
	margin: 0;
	padding: 0;
	z-index: 999;
	background-color: #000000;
	border: 5px solid #ffffff;
}
#redBoxTitle {
	padding: 7px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	border-bottom: 5px solid #ffffff;
	margin: 0;
}
#redBoxClose {
	float: right;
	margin: 6px 7px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #efefef;
	text-decoration: none;
	cursor: pointer;
}

a#redBoxClose:visited {color: #efefef; text-decoration: none;}
a#redBoxClose:hover {color: #ffffff; text-decoration: underline;}

#redBoxPlayer {
	position: relative;
	background-color: #ffffff;
}

*.fauxLink {cursor: pointer;}

a.video {position: relative; display: block; text-decoration: none;}
a.video span {width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin: -50px 0 0 -50px; background: #333; text-align: center; filter:alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; color: #fff; font-weight: bold; line-height: 100px; vertical-align: center;}
    /* Holly Hack Targets IE Win only \*/
	* html a.video span {top: 50px; left: 50px; width: auto; height: auto; line-height: normal; margin: 0; padding: 5px;}
    /* End Holly Hack */
a.video span.tinyVid {width: auto; height: auto; position: absolute; top: auto; left: auto; bottom: 0; right: 0; margin: 0 auto; padding: 5px; background: #333; text-align: center; filter:alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; color: #fff; font-weight: bold; line-height: 100%; vertical-align: center;}
    /* Holly Hack Targets IE Win only \*/
	* html a.video span.tinyVid {top: auto; left: auto; bottom: auto; right: auto; width: 60px; height: auto; line-height: normal; margin: 0 0 0 -70px; padding: 5px;}
    /* End Holly Hack */

