	.imageSlideshowHolder_1{
		margin:0px 0px 0px 0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:206px;	/* Image width */
		height:132px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder_1 img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	.imageSlideshowHolder_2{
		margin:0px 0px 0px 0px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:67px;	/* Image width */
		height:67px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder_2 img{
		position:absolute;
		left:0px;
		top:0px;
	}

	.imageSlideshowHolder{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:204px;	/* Image width */
		height:153px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	
	.imageSlideshowHolder_courses {
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:115px;	/* Image width */
		height:115px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder_courses img{
		position:absolute;
		left:0px;
		top:0px;
	}
