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


	}
	
	#galleryContainer{
		
		height:155px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 155px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/155px;	/* Other browsers */
		height: /**/155px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10; 
		background-color: #FFF;
		padding:0 0 0 0; background:#D4D4D4; height:155px; cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0 0 0 0; background:#D4D4D4; height:155px;cursor:pointer;	
	}
	#theImages{
		position:absolute;
		height:155px;
		left:40px; top:10px;
		width:100000px; background:#2D2D2D;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

