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


	}
	
	.psyoFtpGallery.list #dhtmlgoodies_slideshow{
		width:669px;	/* Total width of slideshow */
		margin-bottom:30px;
	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		height:260px;
		width:290px;
		float:left;
				
	}
	
	.psyoFtpGallery.list #previewPane {
		margin-right:0;
		text-align:center;
		vertical-align:middle;
		height:341px;
		width:565px;
		float:right;
		position:relative;
	}
	
	.psyoFtpGallery.list #previewPane a {
		background:#fff none;
		padding:0;
		border-top:4px solid #f6f6f6;
		border-right:4px solid #f6f6f6;
		border-bottom:4px solid #f6f6f6;
		border-left:0;
		width:561px;
    display:block;
		height:333px;
	}
  
  .psyoFtpGallery.list #previewPane img {
    padding:0;
    border:0;
  }
	
	
	#previewPane img {
		background:#fff none;
		padding:6px;
		border:1px solid #e0e0e0;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		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 */
		
		height:260px;
		
		width:71px;
				
			
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	
	.psyoFtpGallery.list #galleryContainer {	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */

		height:341px;

		width:104px;

    background:#000000 url(/images/image-holder.gif) repeat-y 0 0;
		padding:0;	/* A little space between the black border and the content inside */

	}
	
	
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:18px;
	}
	#galleryContainer #arrow_up{
		height:18px;	/* Arrow up image */
	}
	
	.psyoFtpGallery.list #galleryContainer #arrow_down{	/* Arrow down image */
		height:28px;
	}
	.psyoFtpGallery.list #galleryContainer #arrow_up{
		height:28px;	/* Arrow up image */
	}
	
	.psyoFtpGallery.list #theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:285px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:250px;
	}
	
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img {
		border:3px solid #fff;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		margin:3px 0;	/* Space between images */
	}
	
	.psyoFtpGallery.list #theImages img {
		border:3px solid #fff;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		margin:3px 0 3px 12px;	/* Space between images */
		width:78px;
		height:55px;
	}
	
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		padding:10px;
		margin-top:10px;
		background:#e8e8e8;
	}
	
	
	.psyoFtpGallery.list #previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		padding:10px;
		margin-top:10px;
		background:#000;
		position:absolute;
		bottom:4px;
		left:0;
		width:541px;
		color:#fff;
		font-weight:bold;
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
	}
	
	
	#theImages .imageCaption{
		display:none;
		
	}
