	#galleryContainer
	{
		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		float: left;
		padding: 0 10px;
		margin : 15px 0 0 0;
		width: 420px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top: 35px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		width: 21px;
		height: 21px;
	}
	#arrow_right{
		position:absolute;
		top: 35px;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		width: 21px;
		height: 21px;	
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
		div#theImages div.mutiGal {
			width: 100px;
			height: 100px;
			margin: 0 5px;
			float: left;
		}

	#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;
	}
