/* CSS Document */

/* ----------------- Gallery ----------------------------------------------- */
<style type="text/css">
#gallerycontent {
	height: auto;

}

.gallerycontainer{
	position: relative;
}

.thumbnail img{
border: 1px solid #ffcc00;
margin: 1px 0px 1px 1px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #ffcc00;
}

.thumbnail span{ 
	position: absolute;
	background-color: #006633;
	padding: 2px;
	left: -1000px;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	margin: 5px 10px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.thumbnail span img{ 
border-width: 0;
}

.thumbnail:hover span{ 
visibility: visible;
top: 60px;
left: 55px; 
z-index: 50;
}

#imagerightcolumn {
	width: 150px;
	float: right;
	clear: right;
	height: 350px;
}

#imageleftcolumn {
	width: 625px;
	margin: -20px 0px 0px 120px;
	height: 510px;
}

#rimggallery {
	float:right;
	clear:right;
	width: 50px;
}
</style>
