/* CSS Document */
/*------------- Play ------------------ */
.BtnPlayOut{background:transparent url('playUp.png') no-repeat; width:16px; height:16px; border:0px; cursor:pointer; border:0px; text-decoration:none; margin-top:2px; margin-right:2px}

.BtnPlayOver{background:transparent url('playOver.png') no-repeat; width:16px; height:16px; border:0px; cursor:pointer; border:0px; /*margin-left:5px; */text-decoration:none; margin-top:2px; margin-right:2px}

/*------------- Stop ------------------ */
.BtnStopOut{background:transparent url('stopUp.png') no-repeat; width:16px; height:16px; border:0px; cursor:pointer; border:0px; text-decoration:none; margin-top:2px; margin-right:2px}

.BtnStopOver{background:transparent url('stopOver.png') no-repeat; width:16px; height:16px; border:0px; cursor:pointer; border:0px; text-decoration:none; margin-top:2px; margin-right:2px}


