﻿#DHTMLgoodies_largeImage{	/* Large image div */
	width:485px;	/* Width of large image div */
	height:323px;	/* Height of large image div */
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	border:0px;
	padding:0px;
}

.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin:0px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:484px;	/* Image width */
	height:323px;	/* Image height */
	
	position:relative;	/* Don't remove this line */
}

.imageSlideshowSponsors,.imageSlideshowSponsors_left{
	margin:0px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:146px;	/* Image width */
	height:164px;	/* Image height */
	
	position:relative;	/* Don't remove this line */
}

.leftFloatingDiv{
	float:left;
	width:160px;
	height:110px;
}
/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}
.imageSlideshowSponsors img{
	position:absolute;
	left:0px;
	top:0px;
}
