﻿a.customer-link-off
{
    display:block;
	width:225px;
	height:118px;
	background:#fff;	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border:0;
}
a.customer-link-on
{
    display:block;
	width:225px;
	height:118px;
	border:0;
}
.customer-logo
{
	display:none;	
}
.customer-logo-gray
{
	display:block;
}
.customer-overlay
{
	position:absolute;
	display:none;
}
.gray-overlay
{
	position:absolute;
	width:225px;
	height:118px;
	background-color:#fff;	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
