
	
	#previewPane{
		position:absolute;
		border:0px solid #000;
		margin:0px;	
		text-align:center;
		vertical-align:middle;
		background-color:#;
		/* CSS HACK */
		height: 60px;	/* IE 5.x */
		height/* */:/**/60px;	/* Other browsers */
		height: /**/60px;
		width: 160px;	
		top: 0px;
		left: 0px;
		z-index: 600;
		border:3px double #000;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		position: absolute;
		text-align: center;
		left: 0px;
		top: 0px;
		width:160px;
		height: 60px;
		color: #FFFFFF;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		z-index: 640;
			}

	#arrow_left{
		position:absolute;
		left:374px;
		z-index:1;
		top: 484px;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		left:973px;
		z-index:1;
		top: 484px;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		left:0px;
		height: 330px;
	}
	
	#theImages #slideEnd{
		float:left;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
