.brandsList {
    border-bottom: 0 none;
 	width:960px;    
 	border-left: 0 none;
    margin: 0px auto 0px auto;
    padding: 0px;
}
.brandOuter {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 0 4px #CCCCCC;
	float:  left;
	height: 150px;
	margin: 4px;
	width: 105px;
	text-align:center;
}
img.brandsImage {
}
a.brandLink {
	display: table-cell;
	height: 85px;
	text-align: center;
	vertical-align: middle;
	width: 228px;
}
.brandsList .brandOuter {width:228px; }

div.brandOuter a.brandLink {height:150px;}
