	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:2px;
	}
	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid red;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:7px;
		padding-right:100px;
		position:relative;
		width:320px;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		/* CSS HACK */
		width: 320px;	/* IE 5.x */
		width/* */:/**/320px;	/* Other browsers */
		width: /**/320px;
				
	}
	#previewPane img{
		padding: 70px 80px 0 20px;
		line-height:400px;
		line-width: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:880px;	/* Height of the images + 2 */
	border:0px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	text-align:center;
	/* CSS HACK */
	height: 880px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/880px;	/* Other browsers */
	height: /**/880px;
	/* CSS HACK */
	width: 540px;	/* IE 5.x - Added 2 pixels for border left and right */
	width/* */:/**43	0px;	/* Other browsers */
	width: /**/450px;
	}
	#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;		
	}
	#theImages{
	position:absolute;
	width:540px;
	height:280px;
	left:8px;
	top: -11px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		padding:1px;
		cursor:pointer;
		border:0px;
		text-align:center;
		width:72px;
		height:110px;
	}

	#waitMessage{
		display:none;
		padding:5px;
		position:absolute;
		left:220px;
		top:300px;
		color:#cccccc;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#theImages .imageCaption{
		display:none;
	}

