/* needed */
div#nja_magnified_viewport{

  position:absolute; 
	z-index: 100;
	overflow:hidden;
	/* 
  the following must be there but can be altered
	*/
  width:390px;
	height:275px;
	border: solid 3px #fff;
	background-color: #000; 
  }
div#nja_magnified_viewport img{
  /* needed */
  position:relative;
	}

div#nja_zoombox{
  position:absolute;
  padding-bottom: 30px;
  margin-top: -30px;
	width:100%;
	height: 100%;
	z-index:10;
	background: url(images/zoomboxBackgound.png) repeat; 
  
	}

div#nja_zoombox div{
	margin: 0 auto;
	margin-top: 30px;
	height: 650px;
	background-image: url(images/closelabel.gif);
	background-repeat: no-repeat; 
  background-position: top right;  
  background-color: #fff; 
  padding-right: 10px;
  }	

div#nja_zoombox div img{
	margin:auto;
	border: solid 5px #fff;
  margin-top: 30px; 
  }	
