#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 0 0; top: 50%; width: 0px; height: 0px;}
#blackoutPopup img {display: block; float: right;}
#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;}
#blackoutCaption {padding: 5px 30px; height: 30px;}
	#blackoutCaption h1 {font-size: 12pt; margin: 0 0 10px;}
	#blackoutCaption p, #blackoutCaption blockquote, #blackoutCaption cite {font-size: 90%; margin: 0 0 1.4em;}
	#blackoutCaption blockquote {font-style: italic; margin: 0 0 0.85em;}
	#blackoutCaption cite {font-style: normal;}
