/* --- Imagebox --- */
#ib-overlay 	{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.9; z-index: 9000; }
#ib-loading 	{ display: none; position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0pt 0pt -25px; background: transparent url(images/loader.gif) no-repeat scroll center; z-index: 10000; }
#ib-loading img	{ display: none; width: 32px; margin: 12px auto; }

#ib-img 		{ display: none; position: fixed; top: 50%; left: 50%; margin: 0pt; background: #FFFFFF;  z-index: 10000; }
