	#slideshowhorizontal{
		width:540px;	/* Total width of slideshow */

	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		
		padding-top:3px;

		position:relative;
		
		/* CSS HACK */
		height: 522px;	/* IE 5.x */
		height/* */:/**/510px;	/* Other browsers */
		height: /**/510px;
				
	}
	#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{
		
		height:92px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}
	#arrow_left{
		
		
	}
	#arrow_right{
	
		
	}
	#theImages{
		position:absolute;
		height:90px;

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

	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:150px;
		background-color:transparant;
		background-image:url(../images/snake.gif);
		height:128px;
		width:128px;
		padding:0px;
		color:#555;

	}
	
	#theImages .imageCaption{
		display:none;
	}