
#logos li {
    width: 120px;
    height: 60px;
    list-style: none;
    display: block;
    margin-bottom: 20px;
}

#logos a {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat top center;
}

.mo {
	color: #fff;
	padding: 3px 5px;
	font-weight: normal;
	text-align: center;
	width: 100px;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	background-color: #000;
}

