.gallerycontainer{
	position: relative;
	width:470px;
	height:242px;
	float:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B5B5B2;
	border-bottom-color: #B5B5B2;
	background-color:#161438;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
width:210px; height:145px; border:0;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 10px;
visibility: hidden;
text-decoration: none;

width:210px;
	height:210px;
	float:right;
	background-image:url(../img/bgnewspic.png); background-repeat:repeat-y; margin:5px; 
	
	 font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#003a64; line-height:15px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
position:absolute;
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
}

.news-message { font-family:"Times New Roman", Times, serif; font-size:32px; color:#003a64; line-height:42px; }