<style type="text/css">/*Credits: Dynamic Drive CSS Library *//*URL: http://www.dynamicdrive.com/style/ */.gallerycontainer{
		/*height: 75px;*/
		/*width: 200px;*/
		margin-left: auto;    	margin-right: auto;
    	color: blue;
		}	
		
.imageblock{
		position: relative; 
		left: -60px;		border: 0px solid lightgray;
		margin-left: auto;    	margin-right: auto;
    	color: blue;
    	width: 600px;
    	text-decoration: none;
		text-align: center;
		color: #0b75b3;
		font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 900;	
}

.thumbnail img{border: 0px solid white;margin: 0 5px 5px 0;
margin: 0;
		float: none;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		border: none;
		clear: none;
		}

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

.thumbnail:hover img{border: 0px solid blue;}

.thumbnail span{/*CSS for enlarged image*/position: absolute;background-color: white;padding: 5px;left: -1000px;border: 3px solid lightgray;visibility: hidden;color: black;text-decoration: none;
text-align: center;
color: #0b75b3;
font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: 900;}

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


.thumbnail:hover span{ /*CSS for enlarged image*/visibility: visible;top: -100px;left: 280px; /*position where enlarged image should offset horizontally */z-index: 125;}

</style>
