#tray_container {
	margin: 0px auto;
	height: 310px;
	max-hight: 310px;
	background: #BCBDB9 url(../images/buttontray.jpg) no-repeat;
	text-align: left;
	float: left;
	padding-right: 15px;
}

div.buttonon {
	background: url(../images/buttonon.jpg) no-repeat;
	height: 37px;
	max-height: 37px;
	width: 164px;
}

div.buttonoff {
	background: url(../images/buttonoff.jpg) no-repeat;
	height: 37px;
	max-height: 37px;
	width: 164px;
}

div.buttononlast {
	background: url(../images/buttononlast.jpg) no-repeat;
	height: 37px;
	max-height: 43px;
	width: 164px;
}

div.buttonofflast {
	background: url(../images/buttonofflast.jpg) no-repeat;
	height: 37px;
	max-height: 43px;
	width: 164px;
}

div.traytext{
	margin-left: 30px;
	padding-top: 7px;
}