/* removes header on module above top20 */
#abovetop20 .rightmod_header {
display:none;
}

/* adjusts titles to float right, resets image size to 65px */
#topleft2 .moduleContentContainer img {
width:65px !important;
float:left;
}

#topleft2 .moduleContentContainer .moduleSummary {
width:98px !important;
float:right;
}

#topleft2 .moduleContentContainer .moduleContentTitle {
width:98px !important;
float:right;
}
