#blackoutSheet {position: absolute; top: 0; left: 0; display: none; z-index: 999; cursor: wait;}
#blackoutPopup {position: absolute; left: 50%; display: none; z-index: 9999; padding: 10px; width: 0; height: 0;}
#blackoutRenderedPlayer, #blackoutMediaInformation {display: block; float: left;}
#blackoutRenderedPlayer img {border: 1px solid #003366;}
#blackoutMediaInformation {margin: 0 0 0 10px; width: 175px;}
#blackoutMediaInformation h3 {color: #0063a5; font-size: 13px; margin: 0 0 10px;}
#blackoutMediaInformation p {margin: 0 0 1.4em;}
#blackoutMediaInformation a {color: #0063a5; font-weight: bold; text-decoration: none;}
#blackoutCloseButton {z-index: 99999; cursor: pointer; position: absolute; bottom: 0; _bottom: -1px; right: 0; width: 100px; height: 30px; display: block;}
#blackoutNavigation {position: absolute; bottom: 0; _bottom: -1px; right: 0; left: 0; height: 30px; width: 100%; background: #000;}
#blackoutNavigation a {cursor: pointer; z-index: 999999; text-indent: -9999em; width: 100px; height: 30px; display: block; float: right; margin: 0 10px 0 0;}
#blackoutNavigation a.previous {background: url(/elements/images/blackout/blackoutPreviousArrow.gif) right top no-repeat;}
#blackoutNavigation a.next {background: url(/elements/images/blackout/blackoutNextArrow.gif) right top no-repeat; margin-right: 100px; _margin-right: 50px;}
