	

	#previewPane{
		margin-bottom:10px;
		margin-top:5px;	
		text-align:center;
		vertical-align:middle;

		padding-top:10px;
		position:relative;
		
		/* CSS HACK */
		height: 320px;
	}
	#previewPane img{
		line-height:400px;
		border:solid 0px #ffffff;
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		color:#7A5D11;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #D1D569;
		position:relative;
		overflow:hidden;
		padding:2px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:2;
		margin-top:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:2;
		margin-top:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

	#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;
		overflow:hidden;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	#photo-cat{width:400;height:105px;margin:auto auto 10px auto;}
#photo-thumb{width:75px;height:100px;border:solid 0px #333333;float:left;margin:0px 10px auto 20px;}
#photo-desc{width:425px; height:20px;float:left;margin-right:20px; margin-top:10px; }
#scheme{width:475px;}