/* ---- ArtBNutton ---- */
.transp_button {
    background-color: transparent;
    border:none;
    text-align: center;
    cursor:pointer;
    font-weight: 100;
    color:white;
    text-decoration:none;
    font-size:10px;
}

.transp_button_over {
    background-color: transparent;
    border:none;
    text-align: center;
    cursor:pointer;
    font-weight: 100;
    color:white;
    text-decoration:none;
    font-size:10px; 
}

.artButt {
    float:left;
}

.artButt_center {
    text-align: center;
    vertical-align: middle;
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_kozep.jpg);
    background-repeat: repeat-x;
    height: 17px;
    padding-top:1px;
}

.artButt_center_over {
    text-align: center;
    vertical-align: middle;
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_kozep.jpg);
    background-repeat: repeat-x;
    height: 17px;
    padding-top:1px;
}

.artButt_right {
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_jobb.jpg);
    height: 17px;
    width: 3px;
}

.artButt_right_over {
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_jobb.jpg);
    height: 17px;
    width: 3px;
}

.artButt_left {
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_bal.jpg);
    height: 17px;
    width: 3px;
}

.artButt_left_over {
    float: left;
    background:url(http://www.xlr.hu/images/lila_gomb_bal.jpg);
    height: 17px;
    width: 3px;
}
/* ArtBNutton end */
