/* mooimagebox.js */


.black_overlay		{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%;  background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); }
.white_content		{ display: none; position: absolute; top: 15%; left: 25%; width:50%; /*height: 50%;padding: 16px; */  background-color: white; z-index:1003; padding:0px 40px 40px 40px; border:solid 1px #A9A9A9; }

.box_container		{ position:relative; top:0px; left:0px; color:#5b5b5b;  }
.box_headline		{ width:100%; padding:10px 0px 0px 0px;  text-align:center;  color:White; clear:both; height:30px;  }
.box_nav			{ width:130px; height:19px; text-align:center; color:White; margin:auto; padding-top:14px; }
.box_btprev			{ width:19px; height:19px; background-image:url(../grafik/mooImageBox/pfeil_bildvergroesserung_links.gif); background-repeat:no-repeat; float:left; cursor:hand; }
.box_btnext			{ width:19px; height:19px; background-image:url(../grafik/mooImageBox/pfeil_bildvergroesserung_rechts.gif); background-repeat:no-repeat; float:right; cursor:hand; }
.box_btprev:hover	{ width:19px; height:19px; background-image:url(../grafik/mooImageBox/pfeil_bildvergroesserung_links.gif); background-repeat:no-repeat; float:left; cursor:hand; }
.box_btnext:hover	{ width:19px; height:19px; background-image:url(../grafik/mooImageBox/pfeil_bildvergroesserung_rechts.gif); background-repeat:no-repeat; float:right; cursor:hand; }

.box_title			{ display:block; float:left; padding:3px 0px 0px 10px; text-align:center; color:#333333;  }
.box_comment		{ background-color:White; padding:6px 0px 0px 0px; float:left; color:#333333; }
.box_img			{ margin:0px 0px 0px 0px; margin:auto;  border:solid 1px #757575;  clear:both;}
.box_loading		{ display:none; position:absolute; top:200px; left:450px; }

.box_btclose        { float:right; cursor:hand; width:17px; height:18px; background-image:url(../grafik/mooImageBox/schliessen_bildvergroesserung.gif); background-repeat:no-repeat; position:relative; top:-15px; left:0px; }
.box_btclose:hover  { float:right; cursor:hand; width:17px; height:18px; background-image:url(../grafik/mooImageBox/schliessen_bildvergroesserung.gif); background-repeat:no-repeat; position:relative; top:-15px; left:0px; }

.box_flash			{ position:relative; margin:40px 0px 0px 0px; padding:0px; text-align:center; display:none;  }
.box_flash object	{ border:solid 1px #757575; padding:0px; }
