body.floatbox{
	background: none;
	text-align: left;
}
div.fbOverlay_custom { background-color: white; }

div.fbBox_custom {
	border-color: #AFAFAF;
	background-color: white;
}

#fbBox .fbLoader_custom { background-image: url(graphics/loading_white.gif); }

#fbBox .fbMainDiv_custom { border-color: #ccc; }

#fbBox .fbResizer_custom { background-image: url(graphics/resize_white.gif); }
/* 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., floatbox/graphics/resize_white_small.gif) */

#fbBox .fbOverlayPrev_custom { background-image: url(graphics/prev_upr_white.gif); }

#fbBox .fbOverlayNext_custom { background-image: url(graphics/next_upr_white.gif); }

#fbBox .fbItemNumber_custom, #fbBox #fbIndexLinks.fbIndexLinks_custom, #fbBox #fbIndexLinks.fbIndexLinks_custom a:link, #fbBox #fbIndexLinks.fbIndexLinks_custom a:visited {
	color:  #888888;
}

#fbBox .fbInfoPanel_custom, #fbBox .fbInfoPanel_custom a:link, #fbBox .fbInfoPanel_custom a:visited, #fbBox #fbIndexLinks.fbIndexLinks_custom a:hover {
	color: #888888;
}

#fbBox .fbPrev_custom { background-image: url(graphics/prev_lwr_white.gif); }

#fbBox .fbPrev_custom_off { background-image: url(graphics/prev_lwr_off_white.gif); }

#fbBox .fbNext_custom { background-image: url(graphics/next_lwr_white.gif); }

#fbBox .fbNext_custom_off { background-image: url(graphics/next_lwr_off_white.gif); }

#fbBox .fbPause_custom { background-image: url(graphics/pause_white.gif); }

#fbBox .fbClose_custom { background-image: url(graphics/close_white.gif); }
