﻿
/* The containing box for the gallery. */
#galerie
{
	position: relative;
	width: 695px;
	height: 396px;
	margin-left: -20px;
	margin-top: -12px;
	text-align: left;
	margin-right: 20px;
	padding-left: 0px;
	font-size: 9pt;
	line-height: 12pt;
	font-family: helvetica, 'Microsoft Sans Serif';
	text-align: justify;
	color: #1d5365;
}

/* Removing the list bullets and indentation - add size - and position */
#galerie ul
{
	width: 198px;
	height: 386px;
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#galerie li
{
	float: left;
}

/* Remove the images and text from sight */
#galerie a.gallery span
{
	position: absolute;
	width: 1px;
	height: 1px;
	top: 5px;
	left: 5px;
	overflow: hidden;
	background: #fff;
}

/* Adding the thumbnail images */
#galerie a.gallery, #galerie a.gallery:visited
{
	display: block;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	margin: 1px 2px 1px 2px;
	text-align: left;
	cursor: hand;
}
#galerie a.slidea
{
	background: url(../Galerie/small/GestGraph1.jpg) no-repeat;
	height: 71px;
	width: 93px;
}
#galerie a.slideb
{
	height: 71px;
	width: 93px;
	background-position: 0% 0%;
	background-image: url(../Galerie/small/GestGraph2.jpg);
	background-repeat: no-repeat;
}
#galerie a.slidec
{
	height: 71px;
	width: 93px;
	background-position: 0% 0%;
	background-image: url(../Galerie/small/GestGraph3.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}
#galerie a.slided
{
	height: 71px;
	width: 93px;
	background-position: 0% 0%;
	background-image: url(../Galerie/small/GestGraph4.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

/*#galerie a.slidee
{
	height: 71px;
	width: 93px;
	background-position: 0% 0%;
	background-image: url(Galerie/small/GestPlan5.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}
#galerie a.slidef
{
	height: 71px;
	width: 93px;
	background-position: 0% 0%;
	background-image: url(Galerie/small/GestPlan6.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}


 styling the hovers */
#galerie a.gallery:hover
{
	border: 1px solid #fff;
}
#galerie a.gallery:hover span
{
	position: absolute;
	width: 490px;
	height: 470px;
	top: 0px;
	left: 0px;
	background: white;
	padding-left: 0px;
	font-size: 9pt;
	line-height: 12pt;
	font-family: helvetica, 'Microsoft Sans Serif';
	text-align: justify;
	color: #1d5365;
}
#galerie a.gallery:hover img
{
	border: 1px solid #fff;
	float: left;
	margin-right: 5px;
}
#galerie a.slideb:hover img, #galerie a.slidei:hover img
{
	float: right;
}

.floatleftgalerie
{
	float: left;
	width: 100px;
	margin-left: 5px;
	padding-right: 15px;
	margin-top: 25px;
}

