
	#ez_slideshow{
		width:100%;	/* Total width of slideshow */		
	}
	
	
	#galleryContainer{
		height:500px;
		/*width:150px;*/	/* Height of the images + 2 */		
		position:relative;
		overflow:hidden;
		padding:0;
		margin:0;
		/*/* CSS HACK */
		width: 152px;	/* IE 5.x - Added 2 pixels for border left and right */
		width/* */:/**/150px;	/* Other browsers */
		width: /**/150px;
				*/
	}
	#arrow_top{
		position:absolute;
		top:0;left:-25px;
		z-index:10;
		/*background-color: #FFF;*/
		margin:0;
	}
	#arrow_bottom{
		position:absolute;
		left:-25px;
		bottom:0;
		z-index:10;
		/*background-color: #FFF;*/
		margin:0;		
	}
	#theImages{
		position:relative;
		top:0;left:0;
		height:100000px;
		padding-top:40px;
			
	}
	#theImages #slideEnd{
		/*float:left;*/
	}
	#theImages img{
		/*float:left;*/
		margin:1px 0;
		filter: alpha(opacity=75);
		opacity: 0.75;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:relative;
		/*left:200px;*/
		top:150px;
		background-color:inherit;
		/*border:0px double #000;*/
		/*padding:4px;*/
		color:#555;
		/*font-size:0.9em;*/
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}