 .imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:none; /* позицията на галерията */		
		width:580px;	/* ширината */
		height:360px;	/* височината */
		
		position:relative;	/* не изтривай! */
	}
	.leftFloatingDiv{
		float:none;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
