/* MILKBOX */

#mbOverlay {
position: fixed;
left: 0;
width:100%;
background: #000; /* set the Milkbox overlay color // opacity: see the js options */
z-index:100;
}

#mbCenter {
/* for default width and height, see the js options */
position: absolute;
z-index:101;
overflow:hidden;
left: 50%;
top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
background-color: #101010; /* set the Milkbox background color */
}

.mbLoading{ background: #000 url(images/loader.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }



