
	
	#galleryContainer{
		
		height:100%;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;

				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		
		
	}
	
	.myArrow
	{
		height:100%;
	
	
	}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
			
	}
	
	
	#theDates
	{
		position:absolute;
		left:20px;
		width:100000px;
	}
	
	#theDates #slideEnd
	{
		float:left;
	}
	
	#theDates div{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		border:0px;
	}
	
	

	#theDates .imageCaption{
		display:none;
	}