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

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;border:1px solid #CCCCCC; padding:5px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Arial, sans-serif;	/* Font to use */
		font-size:12px;
		color:#7a7a7a;
		padding-top:20px;
	}
	#previewPane #imageheader{
		font-size:16px;
		font-weight:bold;
		color:#343263;
		padding-bottom:5px;
	
	}
	#galleryContainer{
		
		height:149px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
				background-color:#ebeaea;

		/* CSS HACK */
		height: 151px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/149px;	/* Other browsers */
		height: /**/149px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:20;
		cursor: pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;cursor: pointer;
	}
	#theImages{
		position:absolute;
		height:128px;
		left:39px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:14px;
		padding-top:12px;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
