#infoFader {
	position:relative;
	height:296px;
	width:924px;
	clear:both;
	text-align:left;
	background:none repeat scroll 0 0 #000;
	margin: 0px auto;
	z-index:10;
}

#infoFader .title {
	font-size:20px;
	line-height:0;
	margin:16px 0px;
	color:#800;
}

#infoFader div.info {
	display:none;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	width:924px;
}

div#infoButtons {
	display:none !important;
}

div#infoButtons div {
	display:none !important;
}

/* Button styles can only be one class per line, even if multiple classes have same info.
  Also, hover styles must be marked !important, or they may not work! 
*/
.infoButton		{ background:transparent; }
.infoButtonOver		{ background:transparent; border-right:1px solid #666; border-left:1px solid #666; }
.infoButton:hover	{ background:#888 !important; }

.infoButtonNo		{ background:#ccc; cursor:default; }
.infoButtonNoOver	{ background:#ccc; cursor:default; }
.infoButtonNo:hover	{ background:#ccc !important; cursor:default !important; }

