#bottomMenu{
	display: inline;
	width: 850;
	float: left;
}
.footerMenuItem{
	background-repeat: no-repeat;
	background-image: url('images/bottom-menu.gif');
	color: #CC0000;
	_cursor: hand;
	cursor: pointer;
	display: inline;
	float: left;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	width: 78px;

}

.footerMenuItemBuy{
	background-repeat: no-repeat;
	background-image: url('images/bottom-menu2.gif');
	color: #ffffff;
	_cursor: hand;
	cursor: pointer;
	display: inline;
	float: left;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	width: 78px;

}
.footerMenuSelected{
	color: red;
	padding-top: 5px;
	background-image: url('images/bottom-menu1.gif');
}
.footerMenuHover{
	color: red;
	border-color: red;
	border-bottom-color: white;
}
.bottomPanel{
	z-index: 100;
	display: none;
	width: 850px;
	position: relative;
}
.bottomMenuSelected{
	background-image: url('images/bottom-dot.gif');
	background-repeat: repeat-x;	
}
#slideUpPanelContainer{
	position: absolute;
	width: 850;
	height: 420px;
	overflow: hidden;
	z-index: 0;	
}
#newsPanel{
	height: 100%;
}
#eventsPanel{
	height: 100%;
}
#quickSearchPanel{
	margin-top: 100px;
	height: 100%;
}

#buyNowPanel{
	height: 100%;
}