#dhtmlgoodies_slideshow
{
	width: 500px; /* Total width of slideshow */ /*background-color:#BEC0D5;*/ /*border-color:#336699;	*/
}
#galleryContainer
{
	height: 120px; /* Height of the images + 2 */
	border: 4px double #336699;
	position: relative;
	overflow:hidden;
	padding: 5px; /* CSS HACK */
	/*height: 116px;  IE 5.x - Added 2 pixels for border left and right */
/*	height: 112px; /* Other browsers */
}
#arrow_left
{
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#arrow_right
{
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#theImages
{
	position: absolute;
	height: 100px;
	left: 40px;
	width: 800px;
	/*border: 1px solid #336699;*/
}
#theImages #slideEnd
{
	float: left;
}
#theImages img
{
	float: left;
	padding: 1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
	border: 2px solid #336699;
}
#theImages .imageCaption
{
	display: none;
}
