	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}

	#galleryContainer{
		width: 550px;
		height:152px;	/* Height of the images + 2 */
		border: none; /*1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 154px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/152px;	/* Other browsers */
		height: /**/152px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding-top: 1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding-top: 1px;
	}
	#theImages{
		position:absolute;
		height:150px;
		left:40px;
		width:100000px;
		text-align: center;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border: 1px;
		border-color: #b5b5b5;
		border-style: solid;
		margin:2px;

		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;	
	}
	
	#theImages img:hover{
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;	
	}