.galleryElement{
	display: none;
}

.myGallerySelector{
	position: absolute;
	width: 70px;
	height: 16px;
	top: 149px;
	left: 80px;
}

.myGallerySelectedIndicator{
	background: transparent url(selected.jpg) scroll no-repeat top left;
}

.myGallery{
	width: 640px;
	height: 650px;
	border: 5px solid white;
	position: relative;
}

.myGalleryThumbs{
	width: 640px;
	height: 170px;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}


.myGalleryThumb{
	position: absolute;
	border: 1px solid #444751;
	width: 198px;
	height: 148px;
	top: 10px;
}

.myGalleryThumbSelected{
	border: 1px solid #ffffff;
}

.myGalleryThumb div{
	width: 198px;
	height: 148px;
	overflow: hidden;
	position: absolute;
}

.myGalleryThumb div img{
	width: auto;
	height: 150px;
}

.myGalleryImage{
	width: 640px;
	height: 475px;
	background-color: #000000;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	top: 170px;
	left: 0px;
	border-top: 5px solid #ffffff;
}

.myGalleryDescription{
	width: 640px;
	height: 95px;
	background: transparent url(infoBack.png) scroll no-repeat top left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.myGalleryLeftB{
	background: transparent url(left.png) scroll no-repeat center center;
	display: block;
	width: 40px;
	line-height: 170px;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.myGalleryRightB{
	background: transparent url(right.png) scroll no-repeat center center;
	display: block;
	width: 40px;
	line-height: 170px;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 600px;
	text-align: center;
}