	body{
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}
	
	#previewPane{
	margin-right:1px;
	text-align:right;
	vertical-align:top;
	padding-top:1px;
		width:364px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}
	
	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
				
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		
		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:277px;	/* Height of boxes for the images */

		}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22378A;
	}
	#theImages .imageCaption{
		display:none;
	}.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #22378A;
}
.imgbrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
