.clear {
	overflow: hidden;
	width: 100%;
}


a.lbutton {
    background: transparent url('/public/img/button/bg_button_larrow_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.lbutton label {
    background: transparent url('/public/img/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 9px;
}

a.lbutton:active {
    background-position: bottom right;
    color: #123;
    outline: none;
}

a.lbutton:active label {
    background-position: bottom left;
    padding: 6px 0px 4px 9px;
}

a.rbutton {
    background: transparent url('/public/img/button/bg_button_rarrow_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.rbutton label {
    background: transparent url('/public/img/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 9px;
}

a.rbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.rbutton:active label {
    background-position: bottom left;
    padding: 6px 0px 4px 9px;
}

