/* Start of CMSMS style sheet 'gallery-test' */
<style type="text/css">

.gallerycontainer{
position:relative; top:0px; left:0px; height:360px; width:680px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: none;
}




.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
height:360px;
width:680px;
left:-1000px;
background-color: white;
padding: 0px;
margin:0px;
border: none;
visibility: hidden;
color: 004d64;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/

border: none;
padding: 0px;
margin:0px;
height:360px;
width:680px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;


z-index: 50;
padding: 0px;
margin:0px;
border: none;
height:360px;
width:680px;
}


















</style>

/* End of 'gallery-test' */