*
{
	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: 180px;
	text-align: left;
/*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: transparent;
}

.thumbnail:hover img{
}

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

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

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