.dhtml-chess-button-bar-gray{
    width:300px;
    height:25px;
    background-image:url(../../images/buttonbar/gray/bar-left.png);
    background-repeat:no-repeat;
}
.dhtml-chess-button-container{
    margin: 0 auto;
    position:relative;
}

.dhtml-chess-button-separator{
    position:absolute;
}

div.dhtml-chess-button{
    position:absolute;
    cursor: pointer;
}

div.dhtml-chess-button-bar-right-edge{
    width:14px;
    height:25px;
    position:absolute;
    right:0px;
    z-index:5;
    background-image:url(../../images/buttonbar/gray/bar-right.png);
    background-repeat:no-repeat;
}
.dhtml-chess-button-bar-gray .dhtml-chess-button{
    width:23px;
    height:25px;
}

.dhtml-chess-button-bar-gray .dhtml-chess-button-separator{
    background-image:url(../../images/buttonbar/gray/separator.png);
    width:1px;
    height:25px;
}
.dhtml-chess-button-disabled{
    opacity:.5;
    filter:alpha(opacity=50);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-previous{
    background-image:url(../../images/buttonbar/gray/previous.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-next{
    background-image:url(../../images/buttonbar/gray/next.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-play{
    background-image:url(../../images/buttonbar/gray/play.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-start{
    background-image:url(../../images/buttonbar/gray/start.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-end{
    background-image:url(../../images/buttonbar/gray/end.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-flip{
    background-image:url(../../images/buttonbar/gray/flip.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-pause{
    background-image:url(../../images/buttonbar/gray/pause.png);
}

.dhtml-chess-button-bar-gray .dhtml-chess-button-previous.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/previous-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-next.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/next-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-play.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/play-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-start.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/start-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-end.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/end-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-flip.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/flip-on.png);
}
.dhtml-chess-button-bar-gray .dhtml-chess-button-pause.dhtml-chess-button-over{
    background-image:url(../../images/buttonbar/gray/pause-on.png);
}