/* Floatbox v3.24 - Customized by Jeff Starr @ Monzilla Media [http://monzilla.biz/] */
/* December 01, 2008 > February 02, 2009 */

#fbOverlay {
	border-width: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	}
#fbBox {
	border-style: solid;
	position: absolute;
	border-width: 0;
	padding: 0;
	margin: 0;
	}
/* overlay color */
div.fbOverlay_black { 
	background: #000;
	}
div.fbBox_black {
	background: transparent; /* main floatbox color */
	border-color: #888;      /* outerBorder color */
	}
#fbBox div, #fbBox a, #fbBox img, #fbBox iframe {
	/* -moz-outline: none; - for older Netscape, doesn't validate, remove if you like */
	border-width: 0;
	outline: none;
	padding: 0;
	margin: 0;
	}
#fbBox a {
	background: url(graphics/blank.gif);
	zoom: 1;
	}
#fbZoomDiv, a.fbPopup img, #fbBox #fbIndexLinks img {
	border-style: solid; /* border-width is set in js code */
	border-color: black; /* border-width is set in js code */
	position: absolute;
	top: -9999px;
	padding: 0;
	margin: 0;
	left: 0;
	}
#fbBox #fbLoader {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	}
/* animated loading graphic */
#fbBox .fbLoader_black {
	background-image: url(graphics/loading_black.gif); 
	}
#fbBox #fbShadowTop, #fbShadowRight, #fbBox #fbShadowBottom, #fbBox #fbShadowLeft, #fbBox #fbShadowCorner {
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	}
#fbBox #fbCanvas {
	position: relative; /* won't fade in ie6 if absolute */
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	}
#fbBox #fbMainDiv, #fbBox #fbInfoPanel, #fbBox #fbControlPanel {
	border-style: solid;
	position: absolute;
	overflow: hidden;
	}
#fbBox #fbMainDiv {
	background: #fff;
	}
/* innerBorder color */
#fbBox .fbMainDiv_black { 
	border-color: #333; 
	}
#fbBox #fbResizer {
	position: absolute;
	height: 25px;
	width: 25px; /* = dimensions of the resize button (see note below) */
	left: 0;
	top: 0;
	}
/* resize button graphic */
/* note: if you want the smaller resize button, change #fbResizer width and height to 19px
   and also add "_small" to the resize gif name (e.g., graphics/resize_black_small.gif) */
#fbBox .fbResizer_black { 
	background-image: url(graphics/resize_black.gif); 
	}
#fbBox #fbLeftNav, #fbBox #fbRightNav {
	position: absolute;
	height: 100%;
	}
#fbBox #fbLeftNav, #fbBox #fbOverlayPrev {
	left: 0;
	}
#fbBox #fbRightNav, #fbBox #fbOverlayNext {
	right: 0;
	}
#fbBox #fbOverlayPrev, #fbBox #fbOverlayNext {
	background-repeat: no-repeat;
	position: absolute;
	height: 23px;
	width: 49px; /* = dimensions of the upper prev and next graphics */
	}
/* on-mouse-over upper nav prev graphic */
#fbBox .fbOverlayPrev_black { 
	background-image: url(graphics/prev_upr_black.gif); 
	}
/* on-mouse-over upper nav next graphic */
#fbBox .fbOverlayNext_black { 
	background-image: url(graphics/next_upr_black.gif); 
	}
#fbBox #fbInfoPanel {
  	font-family: Verdana, sans-serif; /* caption and info link text */
	line-height: 1.25em;
	margin-top: 10px;
	font-size: 11px;
	}
#fbBox #fbCaption {
	cursor: default;
	}
#fbBox #fbInfoLink, #fbBox #fbPrintLink {
	padding-bottom: .1em;
	}
#fbBox #fbItemNumber {
	white-space: nowrap;
	font-size: 10px;  /* image numbering text */
	cursor: default;
	}
/* image numbering and indexLinks color */
#fbBox .fbItemNumber_black, 
#fbBox #fbIndexLinks.fbIndexLinks_black, 
#fbBox #fbIndexLinks.fbIndexLinks_black a:link, 
#fbBox #fbIndexLinks.fbIndexLinks_black a:visited { 
	color: #aaa; 
	}
/* caption, infoLink, printLink, & indexLinks:hover color */
#fbBox .fbInfoPanel_black, 
#fbBox .fbInfoPanel_black a:link, 
#fbBox .fbInfoPanel_black a:visited, 
#fbBox #fbIndexLinks.fbIndexLinks_black a:hover { 
	color: #d7d7d7; 
	}
#fbBox #fbControls {
	margin-top: 3px;
	font-size: 1px;
	height: 14px; /* height of control widget graphics - they should all be the same */
	}
#fbBox #fbNavControls {
	height: 14px; /* height of 1 sprite panel in lowerprev and lowernext graphics */
	width: 88px;  /* sum of lowerprev and lowernext widths */
	}
#fbBox #fbPrev {
	background-repeat: no-repeat;
	height: 14px;
	float: left;
	width: 44px; /* = dimensions of the lower nav prev graphic */
	}
/* lower nav prev graphic */
#fbBox .fbPrev_black { 
	background-image: url(graphics/prev_lwr_black.gif); 
	}
/* lower nav greyed-out prev graphic */
#fbBox .fbPrev_black_off {
	background-image: url(graphics/prev_lwr_off_black.gif);
	}
#fbBox #fbNext {
	background-repeat: no-repeat;
	height: 14px;
	float: right;
	width: 44px; /* = dimensions of the lower nav 'next' graphic */
	}
/* lower nav next graphic */
#fbBox .fbNext_black {
	background-image: url(graphics/next_lwr_black.gif);
	}
/* lower nav greyed-out next graphic */
#fbBox .fbNext_black_off {
	background-image: url(graphics/next_lwr_off_black.gif);
	}
#fbBox #fbPlay, #fbBox #fbPause {
	background-repeat: no-repeat;
	position: absolute;
	}
#fbBox #fbPlayPause, #fbBox #fbPlay, #fbBox #fbPause {
	text-align: justify;
	height: 14px;
	width: 46px; /* = dimensions of the 'play' and 'pause' graphics (they need to be the same size) */
	}
/* play and pause graphics */
#fbBox .fbPlay_black { 
	background-image: url(graphics/play_black.gif);
	}
#fbBox .fbPause_black { 
	background-image: url(graphics/pause_black.gif);
	}
#fbBox #fbClose {
	background-repeat: no-repeat;
	height: 14px;
	width: 46px; /* = dimensions of the 'close' graphic */
	}
/* close graphic */
#fbBox .fbClose_black { 
	background-image: url(graphics/close_black.gif);
	}
#fbBox #fbIndexLinks {
	font-size: 11px;
	cursor: default;
	clear: both;
	}
#fbBox #fbIndexLinks a:hover {
	font-weight: bold;
	}
/* posLeft, posCenter & posRight are dynamically assigned classes that allow 
   layout of the info and control panels depending on which side they're on */
/* info panel */
#fbInfoPanel.posCenter, #fbInfoDiv.posCenter, #fbIndexLinks.posCenter {
	margin: 0 auto;
	}
#fbInfoPanel.posRight, #fbInfoDiv.posRight, #fbIndexLinks.posRight {
	float: right;
	}
#fbInfoPanel.posLeft, #fbInfoDiv.posLeft, #fbIndexLinks.posLeft {
	float: left;
	}
/* control panel */
#fbControlPanel.posRight, #fbControls.posRight, #fbClose.posRight, #fbSubControls.posRight, #fbNavControls.posLeft, #fbPlayPause.posLeft {
	float: right;
	}
#fbControlPanel.posLeft, #fbControls.posLeft, #fbClose.posLeft, #fbSubControls.posLeft, #fbNavControls.posRight, #fbPlayPause.posRight {
	float: left;
	}
/* IE6 wants these, maybe for layout? */
#fbSubControls, #fbClose, #fbIndexLinks, #fbPlayPause, #fbNavControls {
	float: left;
	}
/* FIN */
