
#gallerycontainer{
	padding: 5px;
	text-align: left;
}

.galleryintro {
    padding: 0px 20px 10px 20px;
	text-align: left;
}

.thumbnail {
	float: left;
	margin: 5px;
	padding: 18px;
	text-align: center;
	color: #CCCCCC;
	width: 180px;
	height: 120px;

}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 180px;
	height: 105px;
    font-size: 11px;
}

a.thumbnailhover:hover{
	background:  url(images/bg_body.jpg) no-repeat left top;	
	display:block;
	width: 190px;
	height: 140px;
	color: #3C0A15;
	font-weight: bold;
    font-size: 11px;
}

.thumbnail img{
	background: #fff;
	padding: 7px;
	margin: auto;
	display:block;
}

.thumbnail a {
	color:#000099;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




a img {
border:none;

}




	
