#galleryContainer{
		
		height:213px;	/* Height of the images + 2 */
		position:absolute;
		float:left;
		overflow:hidden;
		padding:1px;
		width:892px;	
		margin-left:32px;
		
				
	}
	#arrow_left{
		position:absolute;
		width:20px;
		left:0px;
		z-index:100000;
		
		
		
	}
	#arrow_right{
	   width:20px;
		position:absolute;
		right:0px;
		z-index:10;
		height:213px;

	}
	#theImages{
		position:absolute;
		height:213px;
		left:20px;
		margin-top:2px;
		margin-left:2px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		cursor:pointer;
		border:0px;
		padding:2px;
	}
