	
	
	
	
	#galleryContainer{
		
		height:32px;	/* Height of the images + 2 */
		border-top:1px dashed #CCCCCC;
		border-bottom:1px dashed #CCCCCC;
		position:relative;
		overflow:hidden;
		padding-top:10px;
		padding-bottom:10px;
		width:100%;
		float:left;
		
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top:10px;
		z-index:10;
		background-color: #FFF;
		cursor:pointer;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		top:10px;
		background-color: #FFF;
		cursor:pointer;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		left:10px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding-left:10px;
		padding-right:10px;
		cursor:pointer;
		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;
	}