ul.customers {
 float:left;
 width:210px;
 margin-top:20px;
 margin-right:10px;
}

.customers li {
 hheight:10px;
}

#industry-list {
 float:left;
 margin-right:10px;
 margin-top:5px;
}

.industry-selector-active {
 float:right;
 width:250px;
 /* IE6 fix */
 -margin-top:20px;
 -margin-right:15px;
}



.industry-selector-active p, .industry-selector-active table {
 display:none;
}

#selected-industry h3 {
 margin-top:80px;
}

.customers-logos td {
 vertical-align:middle;
 text-align:center;
}

#industry-btn-go {
 cursor:hand;
 cursor:pointer;
}

ul#customers-list {
 display:none;
}


table.customers-logos {
 margin-top:40px;
} 


#selected-industry {
 overflow:visible;
}

#selected-industry ul {
 list-style:none none;
 margin-left:0;
 padding-left:0;
}

#selected-industry ul li {
 padding-left:0;
 margin:0;
}