#imb_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100; 
	background-color: #fff;
	visibility: hidden;
	}

* html #imb_overlay {	/* IE6 */
	position: absolute;
	width: 100%;
	}

/*#imb_box_cont {
	position: absolute;
	left :0;
	top: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	}*/

#imb_top_margin {
	width: 100%;
	height: 50%;
	}

#imb_loading_image {
	position: absolute;
	display: block;
	margin: 0 auto;
	z-index: 101; 
	}

#imb_box {
	position: absolute;
	padding: 0px;
	margin: 0 auto;
	cursor: pointer;
	z-index: 102; 
	}

#imb_prev_button {
	position: absolute;
	bottom: 5px;
	width: 20px;
	left: 15px;
	height: 20px;
	}

#imb_caption {
	position: absolute;
	bottom: 4px;
	left: 40px;
	right: 80px;
	height: 20px;	
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	overflow: hidden;
	}

#imb_share_button {
	position: absolute;
	bottom: 5px;
	width: 20px;
	right: 60px;
	height: 20px;
	}

#imb_close_button {
	position: absolute;
	bottom: 5px;
	width: 20px;
	right: 40px;
	height: 20px;
	}

#imb_next_button {
	position: absolute;
	bottom: 5px;
	width: 20px;
	right: 17px;
	height: 20px;
	}

#imb_image {
	position: absolute;
	left: 20px;
	top: 20px;
	cursor: pointer;
	}
	