	#previewPane img{
		line-height:400px;
	}
	#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{
		
	
		position:relative;
		overflow:hidden;
		padding:1px;
		height:170px;	/* Height of the images + 2 */
		/* CSS HACK */
		height: 172px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/170px;	/* Other browsers */
		height: /**/170px;
				
	}
	#arrow_left{
		
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
		height:170px;	/* Height of the images + 2 */
		/* CSS HACK */
		height: 172px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/170px;	/* Other browsers */
		height: /**/170px;
		
	}
	#arrow_left img{ margin-top:50px;}
	#arrow_right{
	
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
		height:170px;	/* Height of the images + 2 */
		/* CSS HACK */
		height: 172px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/170px;	/* Other browsers */
		height: /**/170px;		
	}
	#arrow_right img{ margin-top:50px;}
	#theImages{
		position:absolute;
		
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		
		cursor:pointer;
		border:0px;
	}

	
	
	#theImages .imageCaption{
		display:none;
	}