	#previewPane{
		text-align:right;
		vertical-align:top;

		position:relative;
		
		/* CSS HACK */
		height: 225px;	/* IE 5.x */
		height/* */:/**/225px;	/* Other browsers */
		height: /**/225px;

		position: absolute;
		top:	26px;
		right:	50%;
		margin-right:	-405px;
				
	}	
  
	#previewPane img {
		line-height:226px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		padding:0px;
		border:0px;
		margin:0px;		
		
		height:100px;	/* Height of the images + 2 */
		overflow:hidden;
		position: absolute;
		left: 50%;
		margin-left: -195px;
		top:251px;
		width:	600px;
		
		/* CSS HACK */
		height: 100px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top: 75px;
		z-index:10;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		top: 75px;
		z-index:10;
	}
	#theImages{
		position:absolute;
		height:75px;
		width:10000px;
		padding:0px;
		margin:0px;		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		border: 0px;
		margin:0px;
		cursor:pointer;
	}
  
  * html #theImages img {
    margin-left: -3px;
    margin-right: -3px;
  }


	#waitMessage{
		display:none;
		visibility:hidden;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
