﻿/*Right button*/
.right-button{ min-width: 70px; text-align: center;color: #fff;text-decoration: none;float: right;
               border:solid 1px #fff;
               font-size: 12px;line-height: 15px;margin: -25px 1px 0 0;padding: 5px;/*background-color: #6D6E70;*/display:block;}
/*.right-button:hover { color: #6D6E70; text-decoration: none; background:#fff; }*/
.right-button:hover { color:#6D6E70; background-color:#fff;position:relative; }

/*Left button*/
.left-button {min-width:70px; text-align: center; color: #fff; text-decoration: none; float: left; font-size: 11px;margin: 1px;  padding: 5px; background-color: #6D6E70; }
.left-button:hover { color: #6D6E70; text-decoration: none; background-color:#fff;  }



/*Button*/
.button {margin-right:5px; background-repeat:no-repeat; min-width:70px; height:20px; display:inline-block;text-align: center;
          color: #fff; text-decoration: none; font-size: 11px; padding: 5px; background-color: #6D6E70; border:1px solid #fff; }
.button:hover {color: #6D6E70; border:1px solid #6D6E70; background-color: #fff; }
