/* CSS Document */

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin:0px;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */		
	width:580px;	/* Image width */
	height:435px;	/* Image height */
	position:relative;	/* Don't remove this line */
	overflow: none;
}
.leftFloatingDiv{
	float:left;
	width:160px;
	height:110px;
}
/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0;
	top:0px;
}

/*------------------------------------*/

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolderPortrait,.imageSlideshowHolderPortrait,_left{
	margin:0px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:311px;	/* Image width */
	height:381px;	/* Image height */
	position:relative;	/* Don't remove this line */
}
.leftFloatingDiv{
	float:left;
	width:160px;
	height:110px;
}
/* Don't change these values */
.imageSlideshowHolderPortrait img{
	position:absolute;
}