#theImages a {
	float: left;
	display: inline;
	margin-right:8px;
	border: 4px solid #fff;
	
	}

#theImages a:hover, #theImages a.selected {
	border: 4px solid #89b920;
	}

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

#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	bor der:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
	
	}
#arrow_left{
	position:absolute;
	left:-3px;
	z-index:10;
	background-color: #FFF;
	padding-top:4px;
	padding-bottom:4px;
	top: 25px;
	}
	
#arrow_right{
	position:absolute;
	right:-2px;
	z-index:10;
	background-color: #FFF;
	padding-top:4px;
	padding-bottom:4px;
	top: 16px;
	}
	
#theImages{
	position:absolute;
	height:100px;
	left:25px;
	width:100000px;
	top: 14px;
	}

#theImages #slideEnd{
	float:left;
	}
	
#theImages img{

	float:left;
	cursor:pointer;
	border:0px;
	}

#theImages .imageCaption{
	display:none;
	}
