
#banOptsWrapper {
  overflow: hidden;
}

.banOpt {
  float: left;
  overflow: hidden;
  margin: 0 5px 0 0;
}

.banOpt p {
  text-align: center;
}

.banOpt p.d {
  margin: 5px 0;
}

.banOpt .img {
  width: 170px;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.banOpt .a1 { background: url('/images/affil.b/thumbs/468x60.png') #edeced center center no-repeat; }
.banOpt .a2 { background: url('/images/affil.b/thumbs/728x90.png') #edeced center center no-repeat; }
.banOpt .a3 { background: url('/images/affil.b/thumbs/250x250.png') #edeced center center no-repeat; }
.banOpt .a4 { background: url('/images/affil.b/thumbs/160x600.png') #edeced center center no-repeat; }
.banOpt .a5 { background: url('/images/affil.b/thumbs/300x300.png') #edeced center center no-repeat; }

.banOpt .a1:hover { background: url('/images/affil.b/thumbs/468x60.png') #f5f5f5 center center no-repeat; }
.banOpt .a2:hover { background: url('/images/affil.b/thumbs/728x90.png') #f5f5f5 center center no-repeat; }
.banOpt .a3:hover { background: url('/images/affil.b/thumbs/250x250.png') #f5f5f5 center center no-repeat; }
.banOpt .a4:hover { background: url('/images/affil.b/thumbs/160x600.png') #f5f5f5 center center no-repeat; }
.banOpt .a5:hover { background: url('/images/affil.b/thumbs/300x300.png') #f5f5f5 center center no-repeat; }

.activeBox {
  background-color: #fff !important;
}

#codeblock {
  margin: 18px 0 12px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#codeblock .a2,
#codeblock .a3,
#codeblock .a4,
#codeblock .a5 {
  display: none;
}


