.banner_wrapper { position: absolute; z-index: 10010; /*border: 1px dotted #DEDEDE; z-index: 3000*/ }

/*
 *	Left x
 */
.banner_posx_left { left: 0px; }

/*
 *	Right x
 */
.banner_posx_right { right: 0px; }

/*
 *	Top y
 */
.banner_posy_top { top: 0px; }

/*
 *	Bottom y
 */
.banner_posy_bottom { bottom: 0px; }

/*
 * 	Closebutton
 */
.banner_closebutton_img  { cursor: pointer; }
.banner_closebutton { position: absolute; z-index: 2; }
.banner_closebutton_lefttop { left: 0px; top: 0px; }
.banner_closebutton_righttop { right: 0px; top: 0px; }
.banner_closebutton_rightbottom { right: 0px; bottom: 0px; }
.banner_closebutton_leftbottom { left: 0px; bottom: 0px; }


/*.banner_slide .screensaver_content h2 { margin: 0; }*/

/*  */
.map_banner { background-color: #fff; padding: 10px; }

/* Curtain */
.banners_curtain_wrapper { display: none; position:fixed; left:0; top:0; width:100%; height:100%; z-index:10000; background-color:#000; filter:opacity(alpha=50); opacity:.5; }