/* Floatbox v2.45 */
/* July 07, 2008 */
/* standard control graphics */

#fbOverlay 
{
	/* underscores denote special IE6 nonsense */
	position: fixed;
	_position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.scrollHeight);
	z-index: 99994;
}
/* overlay color */
div.fbOverlay_white {background-color: #000; }

#fbFloatbox {
	position: absolute;
	border-style: solid;
	z-index: 99995;
}
div.fbFloatbox_white {
	border-color: #888;  /* outerBorder color */
	background-color: #fff;  /* main floatbox color */
}

#fbFloatbox a {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(images/blank.gif);
}
/* ie6 bug fix */
#fbFloatbox a { outline:expression(hideFocus='true'); }

#fbLoader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/* ie6 bug fix */
#fbLoader { height:expression(document.getElementById('fbFloatbox').style.height); }
/* animated 'loading' graphic */

#fbFloatbox .fbLoader_white { background-image: url(randa/loader.gif); }

#fbContentPanel {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#fbItem {
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	visibility: visible;
	z-index: 99996;
	background-color:#ffffff;
}

img#fbItem {
	background-image:url(randa/nikon.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:50px;
	
}

/* innerBorder color */
#fbFloatbox .fbItem_white { border-color: #000; }

#fbResize {
	position: absolute;
	width: 19px;  /* = dimensions of the resize button */
	height: 19px;
	z-index: 99999;
}
/* resize button graphic */
#fbFloatbox .fbResize_white { background-image: url(images/resize_white.gif); }

#fbLeftNav, #fbRightNav {
	position: absolute;
	z-index: 99997;
}
#fbLeftNav { left: 0; }
#fbRightNav { right: 0; }

#fbUpperPrev, #fbUpperNext {
	position: absolute;
	width: 93px;  /* = dimensions of the upper prev and next graphics */
	height: 33px;
	background-repeat: no-repeat;
	z-index: 99998;
}

/* on-mouse-over upper nav prev graphic */
#fbFloatbox .fbUpperPrev_white { background-image: url(randa/prev.gif); }

/* on-mouse-over upper nav next graphic */
#fbFloatbox .fbUpperNext_white { background-image: url(randa/next.gif); }

#fbInfoPanel {
	position: absolute;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;  /* image title text */
	line-height: 1.25em;
	overflow: hidden;
}

#fbCaption {
	display: block;
}
/* image title color */
#fbFloatbox .fbCaption_white { color: #222e65; }

#fbItemNumber {
	display: block;
	font-size: 10px;  /* 'image x of y' text */
}
/* 'image x of y' color */
#fbFloatbox .fbItemNumber_white { color: #222e65; }

#fbControlPanel {
	position: absolute;
	font-size: 1px;
}
#fbLowerNav {
	float: left;
	width: 42px;  /* sum of lowerprev and lowernext widths */
	height: 21px;  /* height of 1 sprite panel in lowerprev and lowernext graphics */
	padding-right: 6px;  /* spacing between controls */
}

#fbLowerPrev { float: left;position:relative;}
#fbLowerPrevA { position: absolute; left:0;}
#fbLowerPrev, #fbLowerPrevA {
	width: 21px;  /* = dimensions of the lower nav 'prev' graphic */
	height:21px;
	
	background-repeat: no-repeat;
}
/* lower nav 'prev' graphic */
#fbFloatbox .fbLowerPrevA_white { background-image: url(randa/prev-l.gif); }
/* lower nav greyed-out 'prev' graphic */
#fbFloatbox .fbLowerPrev_white { background-image: url(randa/prev-l-off.gif); }

#fbLowerNext { float: right; position:relative;}
#fbLowerNextA { position: absolute; left:0;}
#fbLowerNext, #fbLowerNextA {
	width: 21px;  /* = dimensions of the lower nav 'next' graphic */
	height: 21px;
	background-repeat: no-repeat;
}
/* lower nav 'next' graphic */
#fbFloatbox .fbLowerNextA_white { background-image: url(randa/next-l.gif); }
/* lower nav greyed-out 'next' graphic */
#fbFloatbox .fbLowerNext_white { background-image: url(randa/next-l-off.gif); }

#fbControls { float: right; }

#fbClose {
	float: right;
	width: 21px;  /* = dimensions of the 'close' graphic */
	height: 21px;
	background-repeat: no-repeat;
}
/* 'close' graphic */
#fbFloatbox .fbClose_white { background-image: url(randa/close.gif); }

#fbPlayPause {
	float: left; position:relative;
	padding-right: 6px;  /* spacing between controls */
}
#fbPlay, #fbPause { position: absolute;left:0;}
#fbPlayPause, #fbPlay, #fbPause {
	width: 21px;  /* = dimensions of the 'play' and 'pause' graphics (they need to be the same size) */
	height: 21px;
	background-repeat: no-repeat;
}
/* 'play' and 'pause' graphics */
#fbFloatbox .fbPlay_white { background-image: url(randa/play.gif); }

#fbFloatbox .fbPause_white { background-image: url(randa/pause.gif); }
