
	.dhtmlgoodies_slideshow{
		width:934x;	/* Total width of slideshow */
		
	}

	.previewPane{
		border:0px solid #000;
		background-color:#FFF;
		float: left;
		margin-right:0px;
		margin-left:27px;
		margin-top:7px;
		text-align:center;
		padding:0px;		
		position: relative;
		height: 428px;
		width:750px;
		overflow: hidden;

	}

	.galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float: right;
		height: 460px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width: 120px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		border:0px solid #000;	/* Black border */
		padding:0px;	/* A little space between the black border and the content inside */
		position:relative;
		margin-right:0px;
		margin-left:0px;
		margin-top:0px;		

	}
	.galleryContainer .arrow_down{	/* Arrow down image */
		height:35px;
		position:absolute;
		border:0px solid #000;	/* Black border */
		bottom:0px;
		z-index:100;
	}
	.galleryContainer .arrow_up{
		height:35px;	/* Arrow up image */
		position:absolute;
		top:0px;
		z-index:100;
	}

	.theImages{	/* DIV where the images are located */
		top:35px;
		border:0px solid #000;	/* Black border */
		position:absolute;
		overflow:hidden;
		height:386px;	/* 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);	 
		 opacity:0.5;  
		padding-top:1px;	/* Space between images */
	}
	.theImages .imgOver {
		 filter:alpha(opacity=100);
		 opacity:1;  
		
	}
	.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;
	}
	.theImages .imageCaption{
		display:none;
	}