/* Image gallery */

#imagegallery {position:relative; height:480px;
}

.thumb img{
border: 3px solid  #999999;
margin:1px;
float:right;
z-index:50;
}

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

.thumb:hover img{
border: 3px solid #66cc33;


}

.thumb div{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	visibility:hidden;
	color: black;
	text-decoration: none;
	overflow: hidden;
	background-position:top left;
	background-repeat:no-repeat;
	height: 408px;
	width: 407px;
	left: 3px;
	top: 2px;
}

.placeholder {
	position: absolute;
	background-image:url(images//magnifyph.jpg);
	background-position:center;
	visibility:visible;
	color: black;
	text-decoration: none;
	overflow: hidden;
	background-position:top;
	background-repeat:no-repeat;
	height: 408px;
	width: 407px;
	left: 3px;
	top: 70px;
	z-index: 0;
}

.thumb:hover div{ /*CSS for enlarged image*/
}

.thumbcontainer {float: right; height: 100px; width: 421px; padding:0px; display:block; line-height:inherit;} 

.imgtext {float:right; height:67px; width: 324px; font-family: Helvetica, Arial, sans-serif; font-size: .75em; color:#CCCCCC; padding-left: 6px;
}

.heading {font-weight:normal; color:#FFFFFF;
}

