	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
	}
	#galleryContainer{
		
		height:62px;	/* Height of the images + 2 */
		border-top:1px dotted #CCCCCC;border-bottom:1px dotted #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0;
		margin-right:-2px;
		cursor:pointer;
		cursor:hand;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0;	
		cursor:pointer;
		cursor:hand;	
	}
	#theImages{
		position:absolute;
		height:60px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0 2px 0 2px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		width:80px;
		height:60px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:1px dotted #666;
		padding:4px;
		color:#555;
		font-size:10px;
		font-family:Verdana, Arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}