/* CSS Document */
.GalleryMainFrame {
	background-image: url(../images/gallery_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 740px;
	height: 700px;
	z-index: 1;
}

.MasterPicFrame {
	position: aboslute;
	top: 0px;
	left: 0px;
	width: 425px;
	height: 310px;
	text-align: center;
	z-index: 60;
}

.Gallery {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 6px;
	width: 675px;
	height: 550px;
	text-align: left;
}

.WoodGallery {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 6px;
	width: 675px;
	height: 550px;
	text-align: center;
}

.Gallery table {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 675px;
	z-index: 9;
}

.Gallery td {
	overflow: hidden;
	padding: 2px;
	width: 50px;
	height: 50px;
	padding: 4px;
}

.GalleriesMenuFrame {
	left: 50%;
	width: 250px;
	height: 27px;
	text-align: center;
	z-index: 4;
}

a#Menu_Earth {
    width: 88px;
    height: 27px;
    background-image: url(../images/galleries_menu/earth.gif);
	 float: left;
    margin: 0 auto;
}
a#Menu_Earth:hover {
    background-image: url(../images/galleries_menu/earth_over.gif);
}

a#Menu_Wood {
    width: 76px;
    height: 27px;
    background-image: url(../images/galleries_menu/wood.gif);
	 float: left;
    margin: 0 auto;
}
a#Menu_Wood:hover {
    background-image: url(../images/galleries_menu/wood_over.gif);
}

a#Menu_Stone {
    width: 82px;
    height: 27px;
    background-image: url(../images/galleries_menu/stone.gif);
	 float: left;
    margin: 0 auto;
}
a#Menu_Stone:hover {
    background-image: url(../images/galleries_menu/stone_over.gif);
}
