#dhtmlgoodies_slideshow2{width:945px;	/* Total width of slideshow */}


	#previewPane2{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane2 img{
		line-height:400px;
	}
	#previewPane2 #largeImageCaption2{	/* 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;
	}
	#galleryContainer2{
		
		height:70px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;

				
	}
	#arrow_left2{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:30px 0 0 5px;
		height:70px;
		cursor:pointer;
	}
	#arrow_right2{
		position:absolute;
		right:-2px;
		z-index:10;
		background-color: #FFF;
		padding:30px 0 0 5px;
		height:70px;
		cursor:pointer;		
	}
	#theImages2{
		position:absolute;
		height:100px;
		left:25px;
		width:100000px;
			
	}
	#theImages2 #slideEnd2{
		float:left;
	}
	#theImages2 img{
		float:left;
		cursor:pointer;
		border:0px;
		padding:0 9px 0 0;
	}

	#waitMessage2{
		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;	
	}
	
	#theImages2 .imageCaption2{
		display:none;
	}