
	#dhtmlgoodies_slideshow{
/*		margin-left: 20px;*/
		float: left;
	}
	
	#previewPane{
/*		margin-left:20px;	*/
		text-align:left;
		vertical-align:middle;
		height:422px;
		width:320px;		
		float:left;
				
	}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/400px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/170px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
		margin-top: 340px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		float:left;
		position:relative;
		overflow:hidden;
		height:400px;	/* Height of boxes for the images */
		width: /**/130px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		text-align: center;
		
	}
	#theImages img{
	filter:alpha(opacity=50);
	opacity:0.5;
	margin-bottom:20px;
	border: none;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	#largeImageCaption{
		padding:10px 20px 0 0;
/*		width:600px;*/
		float:right;
/*		margin-top: 10px;*/
		font-size: 11px;
	}

	#largeImageCaption a:link, #largeImageCaption a:visited, #largeImageCaption a:hover {
		color: #FFFFFF;
		font-weight: normal;
	}
