#zoomImageArea {
	width:348px;
	height:444px;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 10;
    border-style: none;
    cursor: crosshair;
	padding:0px;
	margin:0px;
}

.jqZoomPup img {
    border: 0px;
	padding:0px;
	margin:0px;
}

.preload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #FFF;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: transparent;
    padding: 8px;
    text-align: center;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 33px 30px;
    width: 90px;
    height: 53px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

* html .preload {
    width: 90px;
    height: 43px;
}

.productImage {
	background: #000000;
	border:0;
	margin:0;
	padding:9;
}

.jqZoomWindow
{
	border:0;
	margin:0;
	padding:0;
	background-color: #000;
}



