	body{
		background-image:url('../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}
	#slideshow{
		width:620px;	/* Total width of slideshow */
		/* margin: 0px auto;*/
	}
	
	#previewPane{
		margin:5px auto 10px auto;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		/* CSS HACK */
		height: 622px;	/* IE 5.x */
		height/* */:/**/610px;	/* Other browsers */
		height: /**/610px;
				
	}
	#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:82px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/82px;	/* Other browsers */
		height: /**/82px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		background: black no-repeat;
		width: 40px;
		height: 80px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		background: black no-repeat;	
		width: 40px;
		height: 80px;	
	}
	#arrow_left img{padding: 15px  0px 0px 7px;}
	#arrow_right img{padding: 15px  0px 0px 10px;}
	#theImages{
		position:absolute;
		height:80px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		margin:0px 3px 0px 3px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:1px solid gray;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:180px;
		top:100px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	.frame_top {background: black url("../images/frame_top.gif") repeat-x;}
	.frame_left {background: black url("../images/frame_left.gif") repeat-y;}
	.frame_right {background: black url("../images/frame_right.gif") repeat-y;}
	.frame_bottom {background: black url("../images/frame_bottom.gif") repeat-x;}