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


	}
	
	#previewPane{
		margin:0px;	
		border-left:3px solid #fac64e; border-right:3px solid #fac64e; border-top:3px solid #fac64e;
		text-align:center; background:#e1e1e1;
		vertical-align:middle;
		position:relative;
		
		/* CSS HACK */
		height: 202px;	/* IE 5.x */
		height/* */:/**/190px;	/* Other browsers */
		height: /**/190px;
				
	}
	#previewPane img{
		line-height:244px;
	}
	#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{
		
		height:52px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
	    background:url(images/gallery-bg.gif) bottom repeat-x;

				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF; cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF; cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:52px;
		left:27px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor:pointer;
		border-left:3px solid #e1e1e1; border-right:3px solid #e1e1e1; border-top:4px solid #e1e1e1; border-bottom:none;
	}

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