body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
#container {
	padding: 0px;
	width: 660px;
	margin-left: -20px;
	margin-top: -10px;
}

#instructions {
	font-size: 8pt;
	width: 270px;
	color: #666666;
}



.product-info {
	position: absolute;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	width: 360px;
/* display: none; */
}

.SmallImageCont {
	position: relative;
	width: 270px;
}
.BigImageCont {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
/* display: none; */
}

.luckyZoomPup {
	z-index                 : 10;
	visibility              : hidden;
	position                : absolute;
	width                   : 50px;
	height                  : 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

