#ofuzz{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('../../images/fotgal/dim.png'); display:none; text-align:left; }
.oimgshopprv {cursor: pointer;}

#oprev_progres{
    position: absolute;
    display:none;
    height:100px;
    width:100px;
    z-index:103;
    left: 50%;
}

* html #oprev_progres { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#omsgbox {
    cursor: pointer;
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #omsgbox { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#omsgbox img #oimgprv {
    display:block;
}
