#dhtmlgoodies_slideshow{
	width:510px;	/* Total width of slideshow */

}

#controlls{
	line-height:40px;
	height:40px;
	text-align:left;
	position:relative;
}

#largeImageCaption{
	background:url(../../images/global/doc_icon.gif) 0 16px no-repeat;
	padding-left:13px;
	font-weight:bold;
}

#controlls select{
	width:200px;
	position:absolute;
	top:10px;
	right:0px;
}

#previewPane{
	text-align:center;
	vertical-align:middle;
	float:left;
	width:414px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	height:16px;
	line-height:16px;
}	

#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;
	width:85px;
	height:344px;
	background:url(../../images/about/gallery/bg.gif) 0 0 repeat-y;
	margin-left:11px;
}

#galleryContainer #arrow_down{	/* Arrow down image */
	height:42px;
}

#galleryContainer #arrow_up{
	height:42px;	/* Arrow up image */
}

#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:268px;	/* 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);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	margin:4px 0 0 5px;
}


#theImages .imageCaption{
	display:none;
}
