
	#dhtmlgoodies_slideshow{
	position:absolute; top:50%; left:50%;
	width:1200px;	/* Total width of slideshow */
	margin-top:-156px; margin-left:-600px;
	}
	#galleryContainer1, #galleryContainer2, #galleryContainer3 {
		height:100px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;		
		padding: 15px 15px 15px 15px;
        background-color: #dde0e5;		
		/* CSS HACK */
		height: 102px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;
		clear: both;
		margin-left: 10px;
        margin-right: 10px;
	}
	#arrow_left1, #arrow_left2, #arrow_left3 {
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
	}
	#arrow_right1, #arrow_right2, #arrow_right3 {
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;	
	}
	#theImages1, #theImages2, #theImages3 {
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
	}
	#theImages1 #slideEnd1 {
		float:left;
	}
	#theImages2 #slideEnd2 {
		float:left;
	}
	#theImages3 #slideEnd3 {
		float:left;
	}
	#theImages1 img, #theImages2 img, #theImages3 img {
		float:left;
		/*padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;*/
		border:0px;
		margin-right: 15px;
        cursor: pointer;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages1 .imageCaption, #theImages2 .imageCaption, #theImages3 .imageCaption {
		display:none;
	}
	