*
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 800px;
	height: 508px;
	z-index: 1;
	left: 0px;
	float: none;
	top: 0px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 800px;
	height: 508px;
	z-index: 1;
}

.gallerycontainer{
	position: relative;
	width: 340px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align: left;
	top: -45px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	margin: 0px 5px 7px 0px;
}

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

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #B1BBA3;
	left: -1000px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	padding-bottom: 30px;
	padding-top: 10px;
}

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

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

