	body{
		background: #FCC;
		background-image: url(pehaa1.png);
		padding: 0px;
	}
	#dhtmlgoodies_slideshow{
		width: 1024px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:40px;
		
		
		/* CSS HACK */
		height: 604px;	/* IE 5.x */
		height/* */:/**/594px;	/* Other browsers */
		height: /**/594px;
		
		width:830px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#666666;
		border: 0px;
		padding:4px;
		color:#fff;
		font-size: 100%;
		font-family: "Times New Roman", Times, serif;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float: left;	/* Floating */
		
		/* CSS HACK */
		height: 510px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/584px;	/* Other browsers */
		height: /**/584px;
		
		/* CSS HACK */
		width: 132px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/128px;	/* Other browsers */
		width: /**/128px;
				
		border: 0px;		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:540px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border: 0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:4px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #ffffff;
	line-height:150%;
	letter-spacing:1pt;
	/* Font to use */
	}
	h{font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #ffffff;
	line-height:150%;
	letter-spacing:1pt;
	text-decoration:underline;
	}
	#theImages .imageCaption{
		display:none;
	}