#previewPane {
	text-align:center;
	vertical-align:top;
	padding:10px;
	height: 300px;
	/*min-height: 400px;*/
	width:450px;		
	float:left;
/*	background: aqua;*/
/*	border: 1px solid gray;*/
	overflow:hidden;
}

#theImages {
	vertical-align: top;
	width: 130px;
}

#theImages img {
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	padding:1px;	/* Space between images */
}

#theImages .imageCaption {
	display:none;

}