td{
	vertical-align		: top;
}

/* Identical to h2, as heading3 is widely used in the source word-documents */
#contentInside h3{
	margin:10px 0 0 20px;
	font-size:12px;
}

.floatingImage {
/*	position			: absolute;		*/
/*	top					: 100px;		*/
	display				: none;

	width				: 735px;

	padding				: 10px;
	margin-left			: 10px;

	background-color	: #f0f0f0;
	border-color		: black;
	border-style		: solid;
	border-width		: 1px;

	z-index				: 100;

	clear				: both;
}

.floatingImage .imageContainer {
	width				: 385px;
}

.floatingImage .imageLargeDescription {
	width				: 300px;
}

.floatingImage .controlPanel {
	float				: left;
}

.floatingImage .windowButtons {
	float				: right;
}

.floatingImage img {
	border-width		: 0px;
}

.floatingImage .image {
	border-color		: black;
	border-style		: solid;
	border-width		: 1px;
	z-index			    : 100;
}

.gallery {
/*	width				: 735px;*/
/*	overflow			: hidden;*/
}

.gallery a {
	cursor				: pointer;
}

.imagecontainer {
	text-align			: center;
	font-size			: 12px;
	font-weight			: bold;
}

.imagecontainer td {
	text-align			: center;
	
}
.imagecontainer p {
	text-align			: center;
}

.flags {
	float:right;
	clear:both;
}