/* Copyright 2007 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

.MagicZoomSmallImageCont {
position: relative;
width:275px; height:275px;
}

.MagicZoomBigImageCont {
overflow: hidden;
position: absolute;
z-index: 100;
border: 1px solid silver;
background:white;
visibility: hidden;
/* display: none; */
}

.MagicZoomHeader {
position: relative;
z-index: 100;
left: 0px;
top: 0px;
font: 10px Tahoma, Verdana, Arial, sans-serif;
color:#fff;
background:#9E2F2D;
padding:3px;
}

.MagicZoomHeader a {
color: #fff;
}

.MagicZoomPup {
z-index                 : 100;
visibility              : hidden;
position                : absolute;
width                   : 50px;
height                  : 50px;

border: 1px solid #aaa;
background: #ffffff; 
/* 
border: 0px;
background-color: tranparent;*/
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

#ProductZoom { height:280px; width:280px; }
#ProductZoom #ShowCase_Main, #ProductZoom #ShowCase_MainA, #ProductZoom #ShowCase_MainB { width:280px; height:280px; padding:0px 0px; visibility:hidden; position:absolute;}

