#myGallery {
	width: 538px;
	height: auto;
	color: white;
}

#myGalleryFrame {
	float: left;
	width: 100%;
	height: 300px;
	display: none;
	margin-bottom: 20px;
	background-position: center;
}

#myGalleryInfo {
	float: right;
	width: 200px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

#myGalleryInfo h3 {
	margin-top: 0;
	font-size: small;
	color: #CCCCFF;
}

#myGalleryInfo p {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}

#myGalleryThumbs {
	float: left;
	width: 300px;
}

.imGallery {
	overflow: hidden;
	position: relative;
}

.imGallery .imPhoto
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.imGallery .imThumbnail
{
	width: 96px;
	height: 60px;
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
	background-position: center;
	cursor: pointer;
}
