	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 610px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:440px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
	
	}
