@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

.thumbnail{
	position: relative;
	height: 75px;
	width: 100px;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #006699;
	left: -1000px;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}

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

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

.gallery_main {
	display:inline;
	height: auto;
	width: 550px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
	float: left;
	margin-left: 8px;
}
.gallery_pic {
	display:inline;
	height: 77px;
	width: 102px;
	text-align: center;
	display: block;
	float: left;
}
.gallery_pic a {
    display:inline;
	color: #333333;
}
.gallery_box {
	display:inline;
	width: 443px;
	float: left;
	color: #0033CC;
	padding-left: 5px;
}
.gallery_head {
	display:inline;
	height: auto;
	width: 443px;
	color: #0033CC;
	float: left;
	font-size: 1.0em;
}
.gallery_head a {
    display:inline;
	color: #0033CC;
	text-decoration: none;
}
.gallery_head a:hover {
    display:inline;
	text-decoration: underline;
}
.gallery_text {
	display:inline;
	height: 25px;
	width: 443px;
	float: left;
	color: #333333;
	padding-top: 5px;
	text-align: left;
}

