﻿*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

body
{
	background-color: White;
	color: #777;
	text-align: center;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

.hoverbox
{
	cursor: default;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hoverbox a
{
	cursor: default;
	border-style: none;
	text-align: left;
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
	text-align: left;
	cursor: pointer;
}

.hoverbox a:hover .preview
{
	text-align: left;
	display: block;
	position: absolute;
	top: -1px;
	z-index: 1;
	cursor: pointer;
}

.hoverbox img
{
	text-align: left;
	color: inherit;
	vertical-align: top;
	border-style: none;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
}

.hoverbox .preview
{
	border-color: #004E8D;
	text-align: left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer
{
	position: relative; /*Add a height attribute and set to largest image's height to prevent overlaying*/
	margin-left:25px;
}

.thumbnail img
{
	border: 0px;
	margin: 0 5px 5px 0;
	filter: alpha(opacity=70);
}

.thumbnail:hover
{
	background-color: transparent;
}

.thumbnail:hover img
{
	border: 0px;
	filter: alpha(opacity=100);
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #D6E5EF;
	padding: 5px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #003366;
	text-decoration: none;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	border: 0px;
	filter: alpha(opacity=100);
}

.thumbnail:hover span
{
	/*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 330px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	border: 0px;
}
