	body{
		padding-top:10px;
	}
	#dhtmlgoodies_slideshow{
		width:896px;	/* Total width of slideshow */


	}
	#galleryContainer{
		
		height:135px;	/* Height of the images + 2 */
		background-image: url(../Copy%20of%20scroll/css/nav_images/bg.gif);
		position:relative;
		overflow:hidden;
		padding:0px;

		
		/* CSS HACK */
		height: 137px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/135px;	/* Other browsers */
		height: /**/135px;
				
	}
/*ORIGINAL 
	#inner {
	  margin: 5px 0px 5px 0px;
	}
*/
	#inner {z-index: 2;}{
	margin: 2px 0px 5px;
	}
	#arrow_left{
	  margin-top: 5px;
		position:absolute;
		left:0px;
		z-index:10;
		background-color: ;
		padding:1px;
	}
	#arrow_right{
	  margin-top: 5px;
		position:absolute;
		right:0px;
		z-index:10;
		background-color: ;
		padding:1px;		
	}
	#theImages{
	  margin-top: 5px;
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}
  #theImages a:active {
	  border: 0px;
	}
	#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;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	#preload{
	  display:none;
	}
