.JANSIT {
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	border: 0px none;
	vertical-align: top;
	text-decoration: none;

/* STYLES FOR NEW PRODUCT PAGE PROJECT */
#dragBox {
    width: 100px;
    height: 80px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    z-index: 10;
    border: solid 2px #00436e;
}

#dragImg {
    position: absolute;
    left: 0px;
    top: 0px;

}

#product_image_bg {
    width: 260px;
    height: 346px;
}

#tint {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 346px;
    opacity: 0;
    filter: alpha(opacity:0);
    background-color: #c1c1c1;
}

#dragLayer {
	width: 260px;
	height: 346px;
	overflow: hidden;
    margin-bottom: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 80;

}

#productContentContainer { position: relative; }
#productContentLayer { position: relative; }

#zoomHolder {
    position: absolute;
    left: 0px;
    top: 0px;
}

#zoomLayer {
	width: 330px;
	height: 263px;
    border: solid 2px #00436e;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -10;
    visibility : hidden;
}


#imageThumbs { margin-left: auto; margin-right: auto; margin-bottom: 30px;}
#zoomImg { position: absolute; left: 0px; top: 0px; }

}
