<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.partners-frame
{
	display: none;
	float: right;
	width: 830px;
}

#partners-glass-panel
{
	position: absolute;
	margin-left: 80px;
	 
	width: 830px;
	height: 50px;
}

#partners-caption
{
	float: left;
	width: 70px;
	height: 50px;
}

#partners-caption a,
#partners-caption span
{
	display: block;
	margin-top: 21px;
}

#partners-opacity-panel
{
	float: right;

	height: 50px;
	width: 830px;
}

/** **/

#banners-panel
{
	padding: 0px 0px;
	margin: 0px auto;

	width: 600px;
	height: 60px;
	
	overflow: hidden;
}

#fadeout-left
{
	position: absolute;
	z-index: 1;
	
	width: 50px;
	
	background: url('../images/fadeout-50-l.png') repeat-y left center;
}

#fadeout-right
{
	position: absolute;
	z-index: 1;
	
	width: 50px;
	
	background: url('../images/fadeout-50-r.png') repeat-y right center;
}

.banner
{
	float: left;
	
	padding: 5px 0px;
	
	height: 50px;
	width: 200px;
	
	text-align: center;
}

.banner-body
{
	display: table-cell;
	vertical-align: middle;
	
	height: 50px;
	width: 200px;
}

</pre></body></html>