#mainContainer{
	width: 210px;
	text-align: left;
	margin-top: 12px;
	margin-left: 5px;
}
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder{
		float:left; /* Floating gallery at the right side of other web page content */
		position:relative;	/* Don't remove this line */
		width:210px;	/* Image width */
		height:143px;	/* Image height */
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		border:5px solid #bdbcaf;		
		position:absolute;
		left:0px;
		top:0px;
	}
.sst {
	background-color: #d9d8c9;
	padding: 3px 10px 3px 10px;
	float: right;
	color: #818077;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 5px;
}
