/* Start of CMSMS style sheet 'TacyJakJa - start - image-slideshow-vertical' */
	#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */


	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:682px;	/* 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=80);	/* Transparency - IE */
		opacity:0.8; /* Transparency - Firefox */
                padding-bottom:0px;	/* Space between images */
		padding-top:0px;	/* Space between images */
	}
	
	#theImages .imageCaption{
		display:none;
	}
/* End of 'TacyJakJa - start - image-slideshow-vertical' */

