
 	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		margin-left:25px;
		margin-bottom:35px; /* było 25*/
		float:right; /* Floating gallery at the right side of other web page content */		
		width:251px;	/* Image width */
		height:150px;	/* Image height */
		display:inline;
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:right; /* było left*/
		width:250px;
		height:160px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}