/*
	------------------------------------------------------------------
	created by 		: Paul van Roekel
	date			: july 2006	
	------------------------------------------------------------------	
	You're welcome to use any code in this file for your own projects
	the used images however are copyrighted and not for use 
	on other sites! Want to contact me? Use the form on this website...
*/


.unvisible { 
	display: none;
 }




.thumbnail {
	margin: 2px;
	padding: 5px;
	text-align: center;
	color: #000;
	width: 100px;
	height: 110px;
	}

.thumbnail img{
	text-align:center;
	margin: auto;
	cursor:pointer;
	border: 1px solid #999;

}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

.thumbtext{
	width: 116px;
	height: 20px;
	display:block;
	text-align:center;
	cursor:pointer;

}


/* non IE  hover */
div.thumbnail:hover{
	background: none;
	color: #76B41C;
	font-weight: bold;

}

a img {
border:none;

}

#gallerycontainer{
	width: 670px;
	height: 235px;
	padding: 0px;
	text-align:center;
}




#info h1 {font: 16px Verdana, Geneva, sans-serif; color: #CCC; font-weight: bolder;}
#info p {font: 12px Verdana, Geneva, sans-serif; color: #CCC; font-weight: normal;}
