	
	
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin:2px;
	float:left;
	width: 200px;	/* IE 5.x */
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
		
		/* CSS HACK */
		height: 200px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
	padding: 2px;
	position:relative;
	display:inline;
	z-index:10;

	}
	
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:5px;
		top:0px;
		padding:2px;
		clear:left;
		background: inherit;
		
	}
	
