.Main {
	width: 480px;
	text-align: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 0px 10px 0px 10px;
	font-size:0.8em;
	height: 700px;
	}
	
.RightSide {
	width: 140px;
	text-align: left;
	padding: 0px 10px 10px 10px;
	}
	
#PhotoGaleryThumbs {
	font-size: 0em;
	line-height: 0em;
}

#PhotoGaleryThumbs div {
	width: 50px;
	height: 70px;
	float: left;
	padding: 2px;
	background: #EEEEEE;
	margin: 2px;
	border: ridge 2px;
}

#PhotoGaleryThumbs div {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#PhotoGaleryThumbs div:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#PhotoGaleryThumbs img {
	position: relative;
	overflow: hidden;
	margin: 1px 1px 1px 1px;
	cursor: pointer;
	}
	
#PhotoGaleryPhotos {
	position: relative;
	top: 20px;
	width: 400px;
	font-size: 0em;
	line-height: 0em;
}

#PhotoGaleryPhotos tr {
}

#PhotoGaleryPhotos td {
	position: absolute;
	height: 600px;
}

#PhotoGaleryPhotos center {
	position: relative;
	width: 400px;
}

#PhotoGaleryPhotos img {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

#PhotoGaleryPhotos img.first {
	opacity: 1;
	filter: alpha(opacity=100);
}
