	#galleryContainer{
		
		height:139px;	/* Height of the images + 2 */
		border:0px solid #000000;
		position:relative;
		overflow:hidden;
		padding:0px;
		background:url(http://www.transformersclassics.com/slideshow/images/middle.gif);
		
		
		/* CSS HACK */
		height: 143px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/139px;	/* Other browsers */
		height: /**/139px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:50px;
		width:100000px;
		padding-top:14px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#theImages .imageCaption{
		display:none;
	}