/*  slideshow */
a{ outline:none;}

	#dhtmlgoodies_slideshow{
	position:absolute;
	width:476px;	/* Total width of slideshow */
	margin-left:-52px;
	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		/* CSS HACK */
		height: 120px;	/* IE 5.x */
		height/* */:/**/120px;	/* Other browsers */
		height: /**/120px;
		width:580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background:#ffffff;
		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 */
	margin:auto;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:25px;
		width:106px;
		margin:auto;
		cursor:pointer;
	}
	#galleryContainer #arrow_up{
		height:25px;	/* Arrow up image */
		width:106px;
		margin:auto;
		padding-top:6px;
		cursor:pointer;
		
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:134px;	/* Height of boxes for the images */
		
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:80px;	/* Higher than total height of thumbnails */
		width:126px;
		margin:auto;
		
	}
	#theImages img{
	border-bottom: 1px  dotted #ccc;
	padding-top:8px;
	padding-bottom:8px;
	
	}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		display:none;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}


