The following code goes in Thesis Design Options » Custom Multimedia Box Code (?):
<div class="adblock cenx"> <!--code for ad #1 goes here--> <!--code for ad #2 goes here--> <!--code for ad #3 goes here--> <!--code for ad #4 goes here--> <!--code for ad #5 goes here--> <!--code for ad #6 goes here--> </div>
Place this code in custom.css:
.custom #custom_block {
background-color: #FFFFFF;
}
.custom div.adblock img {
padding: 1px;
border:2px solid #797979;
}
.custom div.adblock a:hover img {
padding: 1px;
border:2px solid #AB4119;
}
.custom .cenx {
text-align: center;
}
Live Preview
The code above is an adaptation of Satish Talim’s code provided in the support forum.

(8)