/* zoom any image */
.zoom {display:inline-block;}
#zoomLoading {position:absolute; display:block;}
.zoomX {position:absolute; top:50px; left:50px; width:34px; height:34px; background-image:url(../images/zoom/zoom-x.png); cursor:pointer; background-repeat:no-repeat; background-position:0 0; z-index: 65000;}
* html .zoomX {background-image:url(../images/zoom/zoom-x.gif);}
.zoomX:hover {background-position:0 -34px;}
.zoomPic {z-index: 64000; position:absolute; display:block; top:-9999px; left:0; cursor:pointer;}
.zoomShadow {position:absolute; left:0; top:-9999px;}
.zoomShadow table {width:auto; height:auto; border:0; border-collapse:collapse; border-spacing:0;}
.zoomShadow td {margin:0; padding:0; border:0;}
.zoomShadow b {display:block; width:10px; height:10px; overflow:hidden;}
.zoomBase {position:relative; width:10px; height:10px; margin:0; padding:0;}
.zs1 {width:10px; height:10px;}
.zs2 {width:10px; height:10px;}
.zs3 {width:10px; height:10px;}
.zs4 {width:10px; height:10px;}
tr.zh1 {height:10px;}
table tr.zh2 {height:10px;}
tr.zv1 {width:10px;}
tr.zv2 {width:10px;}

* html .selOff {visibility:hidden;}

.bigGrey {position:absolute; top:0; left:0; width:100%; height:100%; background:#000;}