div#container_previewPane{
	float: left;
}
div#previewPane{
		width: 640px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
}
	div#previewPane img{
		border: 1px solid #ffffff;
	}
div#previewPane #largeImageCaption{/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
}
	#galleryContainer{

		height:144px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
	}
	#arrow_left{
		position:absolute;
		left:0px;
 		z-index:10;
	}
	#arrow_right{
		position:absolute;
		right:0px;
 		z-index:10;
	}
	#theImages{
 		position:absolute;
		height:144px;
		left:30px;
		width:10000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		border:1px solid #000000;
		margin:0px 1px 0px 1px;
		cursor:pointer;

	}
	#theImages a{
		float:left;
	}
	#theImages a:hover img{
		border:1px solid #ffffff;
	}
