#fbContainer { 
	height: 400px;
}

#flash {
	width: 900px;
	margin: 0px auto;
	height: 360px;
}

#fbFooter {
	width: 900px;
	height: 49px;
/*	background-color: #000000;
	background-image: url('../../images/flash/footerBackground.gif');
	background-repeat: repeat-x;*/
	margin: 0px auto 0px;
}

.fbPaginationMinor {
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
	display: none;
}

#fbMenu {
	float: right;
	margin-top: -20px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}