/*
 * Copyright (c) 2007, Woody Gilk, http://moonbox.googlecode.com
 *
 * This file should be distributed with the Moonbox package. If you have
 * downloaded this file from somewhere other than moonbox.googlecode.com,
 * please notify the author.
 *
 * $Date: 2007-08-29 18:25:25 -0500 (Wed, 29 Aug 2007) $
 * $Rev: 21 $
 */
/* Containers */
#moonBox_overlay   { background: #608e48; cursor: pointer; display: none; position: absolute; z-index: 9000; top: 0; left: 0; width: 100% }
#moonBox_wrapper { display: none; position: absolute; top: 10px; left: 50%; z-index: 9001; padding: 10px; background: #fff; overflow: hidden; }
#moonBox_loading  { background: #fff url("../images/loading.gif") no-repeat center; display: none; margin-top: -16px; margin-left: -16px; position: absolute; z-index: 9002; top: 50%; left: 50%; width: 32px; height: 32px }
#moonBox_image { width: 100%; background: transparent none center center no-repeat; }
#moonBox_bottom { position: relative; padding-top: 10px; }
#moonBox_caption  { font-weight: bold; text-align: left; margin-right: 66px }
#moonBox_number  { text-align: left; margin-right: 66px }
/* Buttons */
#moonBox_close  { background: #fff url("../images/closelabel.gif") no-repeat right center; text-indent: -9000px; display: block; width: 66px; height: 22px; float: right }
#moonBox_next,
#moonBox_prev { display: none; position: absolute; top: 0; z-index: 9004; width: 50%; min-height: 100px; text-indent: -9000px; }
#moonBox_next  { background: url("../images/nextlabel.gif") no-repeat right 50px; right: 0 }
#moonBox_prev  { background: url("../images/prevlabel.gif") no-repeat left 50px; left: 0 }
/* For clearing the floats on the bottom */
#moonBox_clear { clear: both; }