/* Trays */
.TrayItem {cursor: pointer;}

.TrayTopWhite {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 35px;
	background: #ffffff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: none;
	}

.TrayBtmWhite {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: #ffffff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: none;
	}

.TrayTopGrey {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 35px;
	background: #eeeeee;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: none;
	}

.TrayBtmGrey {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: #eeeeee;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: none;
	}

.Tray2Cols {float: left; text-align: center;}
.Tray3Cols {float: left; text-align: center;}
.Tray4Cols {float: left; text-align: center;}
.Tray5Cols {float: left; text-align: center;}
.Tray6Cols {float: left; text-align: center;}
.Tray7Cols {float: left; text-align: center;}
.Tray8Cols {float: left; text-align: center;}
.Tray9Cols {float: left; text-align: center;}
.Tray10Cols {float: left; text-align: center;}
.Tray11Cols {float: left; text-align: center;}
.Tray12Cols {float: left; text-align: center;}
