

#thumbBox{ /*Outermost DIV for thumbnail viewer*/

/*
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #333333;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;*/

position: absolute;
left: 0;
top: 0;
width: 464px;
height: 359px;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 0;
background: url('http://www.imm-living.com/bgimg.png') no-repeat center; 
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;


}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
/*font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;*/


/*font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: back;*/
padding: 32px;
padding-right: 28px;
text-align: right;

/*background: url('http://localhost/productcatalog/imm-living/web/close.jpg') no-repeat fixed center; */



}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
/*background-color: white;*/  
/*background: url('http://localhost/productcatalog/imm-living/web/close.jpg') no-repeat fixed center; */

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 100;
}
