	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;		
	}
	#dhtmlgoodies_show{
		width:200px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
				
	}
	#previewPane img{
		line-height:450px;
	}
	#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{
		border:0px solid #FFFFFF;
		height:390px;
		overflow:hidden;
		position:relative;
		width:220px;
	}

	#arrow_left{
		position:relative;
		top:0px;
		z-index:5;
		background-color: #FFF;
		padding:0px;
		cursor:pointer;
	}
	#arrow_right{
		position:relative;
		bottom:0px;
		z-index:5;
		background-color: #FFF;
		padding:0px;	
		cursor:pointer;	
	}
	#arrow_right img,#arrow_left img{
		padding:0px;	
		border:0px;
	}
	#arrow_right1 img,#arrow_left1 img{
		padding:0px;	
		border:0px;
	}
	#theImages{
		position:relative;
		width:220px;
		top:0px;
		height:500px;
		
	
	}
	#theImages #slideEnd{
	

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


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

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