aşağıdaki satırları bulun:
#content .col02 {
float:right;
width:212px;
font-size:11px;
line-height:16px;
}hemen altına şunu ekleyin:
#content .col02 a img { border:0px; }yani şöyle olsun:
#content .col02 {
float:right;
width:212px;
font-size:11px;
line-height:16px;
}
#content .col02 a img { border:0px; }