/* CSS Document */

#buttons {
margin: 15px 0 0 -30px;
}

#buttons li {
float: left;
list-style-type: none;
}

#buttons a {
color: #000;
text-decoration: none;
padding: 2px 10px 2px 10px;
}

#img1 a:hover { background-color: #f90; }
#img2 a:hover { background-color: #f90; }
#img3 a:hover { background-color: #f90; }
#img4 a:hover { background-color: #f90; }
#img5 a:hover { background-color: #f90; }
#img6 a:hover { background-color: #f90; }
#stop a:hover { background-color: #f90; }

#img1, #img2, #img3, #img4, #img5, #img6, #stop {
padding: 2px 0 2px 0;
margin: 0 5px 0 0;
/*width: 50px;
height: 30px;*/
background-color: #ddd;
font-weight: bold;
text-align: center;
font-size: 12px;
}

#img1 { border: 1px solid #000; }
#img2 { border: 1px solid #ccc; }
#img3 { border: 1px solid #ccc; }
#img4 { border: 1px solid #ccc; }
#img5 { border: 1px solid #ccc; }
#img6 { border: 1px solid #ccc; }
#stop { border: 1px solid #ccc; }

