/* =============================  gallery box ===========================*/
#gallery{ background:url(/images/Photo_Gallery_Background.jpg)  no-repeat; height: 290px; width: 280px;}
#gallery .indenttext2 {  width: 270px; margin-left: 10px; margin-right: 10px; }
#gallery .container { width: 270px; }
#gallery .gallerybox {height: 280px; width: 270px; padding-top: 5px; margin-left: 0px;  margin-right: 5px;}
#gallery .largetext2 { font-family:Arial, Helvetica, sans-serif; /* font-size:2.617em; */ font-size:2.317em; color:#A8A8A8; font-weight:normal; padding-top: 25px; }
#gallery .quotetext2 { padding-top: 10px; float:left;  margin-right: 7px; }


	#dhtmlgoodies_slideshow{
		width:260px;	/* Total width of slideshow */
	}

	#galleryContainer{
		background-color:#ffffff;
		height:52px;	/* Height of the images + 2 */
		border:1px solid #cccccc;
		position:relative;
		overflow:hidden;
		padding-top:1px;
		padding-left:1px;
		padding-bottom:1px;

		/* CSS HACK */
		height: 52px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/52px;	/* Other browsers */
		height: /**/52px;

}

	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}

	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;	

	}

	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:5px;	
		text-align:center;
		vertical-align:bottom;
		padding-top:5px;
		padding-bottom:8px;
		background-color:#000000;
		position:relative;
		
		/* CSS HACK */
		height: 138px;	/* IE 5.x */
		height/* */:/**/138px;	/* Other browsers */
		height: /**/138px;
	}

	#previewPane img{
		line-height:60px;
		margin-top:5px;
	}

	#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;
	}

	#theImages{
		position:absolute;
		height:50px;
		left:40px;
		/*width:100000px;*/
		width:1000px;
	}

	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		height:50px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:55px;
		top:47px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}