a.sqitem.plus:before {
    content: url(/images/up_arrow.png);
    margin-right: 2px
}

a.sqitem.minus:before {
    content: url(/images/down_arrow.png);
    margin-right: 2px
}