	body{

	}
	#dhtmlgoodies_slideshow{
		/*width:720px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #ccc;
		margin-right:2px;	
		
		/* CSS HACK */
		height: 344px;	/* IE 5.x */
		height/* */:/**/344px;	/* Other browsers */
		height: /**/344px;
		
		width:719px;		
		float:right;
		background: #4f4f4f;	
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:287px;
		top:340px;
		background-color:#FFF;
		border:3px double #ccc;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/124px;	/* Other browsers */
		width: /**/124px;
				
		border:1px solid #ccc;	/* Black border */		
		padding: 1px 0 1px 4px;	/* A little space between the black border and the content inside */
		position: relative;
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:29px;
	}
	

	#galleryContainer #arrow_up{
		height:29px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:284px;	/* Height of boxes for the images */
		padding:0 0 0 4px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:1px solid #ccc;
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		margin:1px 0 1px;	/* Space between images */
	}
	
	#theImages a{
		outline: none;
	}
	
	#big-image {
		height:344px;
		width:464px;
		float: left;
		background: #fff;
	}
	
	#previewPane img{
		line-height:400px;
		float: left;
	}
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-family: Verdana, Arial, sans-serif;	/* Font to use */
		font-size: 11px;
		float: right;
		color: #a7a7a7;
		padding: 30px 27px 0 0;
		width:198px;
		height:300px;
		overflow:hidden;
	}
	
	#previewPane #largeImageCaption p.gallery-image-title {
		color: #FFFFFF;
		font-size: 14px;
	}
	
	#previewPane #largeImageCaption p.gallery-image-title span {
		display: block;	
		font-size:11px;
		padding:10px 0 0;
		margin: 0;
	}
	
	#previewPane #largeImageCaption p.gallery-image-title span i {
			font-style: normal;
			display: block;

	}
	
	#theImages .imageCaption{
		display:none;
	}