﻿#home-display
{
    position: relative;
    width: 770px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
	z-index: 1;
}

#fader
{
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}

#button-panel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 192px;
	max-height: 300px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: Transparent;
	z-index: 3;
}

a.button-anchor:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.button-anchor:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.button-anchor:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.button-anchor:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.menu-button
{
    width: 100%;
    height: 80px;
    color: #000000;
    background-color: #FFFFFF;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	z-index: 4;
	display : table;
}

.menu-text
{
    width: 100%;
    height: 100%;
    display: table-cell;
	text-align: center;
    vertical-align : middle;
}

.spacer
{
    background-color: Transparent;
    height: 30px;
}