.placeHolder
{
	POSITION: relative;
	WIDTH: 700px; 
	HEIGHT: 300px; 
	VISIBILITY: visible; 
	z-index: 10; 
}
.nowLoading {
	VISIBILITY: visible; 
	POSITION: absolute;
}

.imageDiv
{
	POSITION: relative; 
	TOP: 0px;
	LEFT: 0px; 
	z-index: 30; 
}

.imageDivOuter
{
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px;
	LEFT: 0px; 
	WIDTH: 700px; 
	HEIGHT: 300px; 
	OVERFLOW: hidden;
	z-index: 30; 
}

.picFrameDiv
{
	POSITION: absolute; 
	CLIP: rect(0px 0px 0px 0px); 
	TOP: 10px; 
	LEFT: 10px; 
	z-index: 50; 	
}

td.pan_arrow
{
  text-align: center;
  vertical-align: middle;
  font-size: 10pt;
  background-color: #404040;
}

td.pan_picture
{
  text-align: center;
  vertical-align: middle;
}

