	
* {margin: 0; padding:0;border: 0;}

body{
	width:770px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
a, a * { cursor: pointer;align: center;}

.gallerycontainer{position: relative; height: 760px;/*Add a height attribute and set to largest image's height to prevent overlaying*/}

.thumbnail img{border: 0;margin: 0; text-align:center;}

.thumbnail:hover{background-color: #FFFFFF;}

.thumbnail:hover img{border: 0;}

.thumbnail span{ /*CSS for enlarged image*/position: absolute;margin-left: auto;
	margin-right: auto;background-color: #FFFFFF;padding: 0px;border: 0;visibility: hidden;color: black;text-decoration: none;}

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

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

