	#galleryContainer{
		
		height: 180px;	/* Height of the images + 2 */
		border:0px solid #000000;
		position:relative;
		overflow:hidden;
		padding:0px;
		background:url(../images/gallery.jpg);
		margin-top: 10px;
						
	}

*html	#galleryContainer{

/* CSS HACK */
		height: 183px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/179px;	/* Other browsers */
		height: /**/179px;
}


	#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:150px;
		left:50px;
		width:1000000px;
		padding-top:14px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border: 0px;
		margin: 0 5px;
	}

	#theImages .imageCaption{
		display:none;
	}
