
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:455px;	/* 489 - 30 - 4 px */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}

	#theImages .imageCaption{
		display:none;
	}
