/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	position:relative;
	float: right;
	height: 348px;
	width: 254px;
	border: 2px solid #202020;
	}
	.leftFloatingDiv{
	float:left;
	width:254px;
	height:348px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
