	#slideshow{
		width:720px;	/* Total width of slideshow */
		padding-left:36px;
	}
	
	#title_container {
		margin:10px;
		padding-top:30px;
		color:#555;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1.5em;
		font-weight:bold;
		height:20px;			
	}
	
	
	#previewPane {
		margin-top:0 !important;
		text-align:center;
		vertical-align:middle;
		position:relative;	
		overflow:hidden;	
		margin-bottom:7px;	
		/* CSS HACK */
		height: 315px;	/* IE 5.x */
		height/* */:/**/303px;	/* Other browsers */
		height: /**/303px;	
	}
	#previewPane img {
		line-height:275px;
	}
	#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-size:0.9em;
	}
	#galleryContainer{		
		height:77px;	/* Height of the images + 2 */
		border:none;
		position:relative;
		overflow:hidden;
		padding:1px;	
		margin-left:50px;
		margin-right:50px;	
		/* CSS HACK */
		height: 79px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/77px;	/* Other browsers */
		height: /**/77px;
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top:379px;
		z-index:10;
		padding:1px;
		padding-left:40px;
	}
	#arrow_right{
		position:absolute;
		top:379px;
		right:0px;
		z-index:10;
		padding:1px;	
		padding-right:40px;	
		float:left;
	}
	#theImages{
		position:absolute;
		height:75px;
		/* left:40px; */
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		width:100px;
		height:75px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:310px;
		top:80px;
		background-color:#ddd;
		border:2px solid #000;
		padding:none;
		padding-left:4px;
		padding-right:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
		font-weight:bold;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	#desc_container {
		margin:10px;
		margin-top:5px;
		color:#555;
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.2em;
		height:auto;
		line-height:1.1em;			
	}
	
	

