#flashlayerOverlay {
	left: 0px;
	right: 0px;
	top: 0px;
	bttom: 0px;
	width: 100%;
	text-align: center;
	background: #000000;
	position: absolute;
	display: none;
	z-index: 200;
}

#flashlayer {
	left: 0px;
	right: 0px;
	top: 40px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	display: none;
	z-index: 250;
	color: #ffffff;
}

#flashlayer .container {
	margin: 0 auto;
	padding: 0;
	width: 837px;
}

#flashlayer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#flashlayer li {
	float: left;
	padding: 4px 12px 4px 12px;
	background: url(../images/layout/arrow_white.gif) no-repeat 0 8px;
}

#flashlayer li.right {
	float: right;
	padding: 4px 0 4px 12px;
}

#flashlayer li a {
	color: #ffffff;
}

#flashcontainer {
	background: #ffffff;
	height: 626px;
	clear: both;
}