
.ajax_box
{
   width: 50px;
   height: 50px;
   clear: none;
   float: left;
   cursor: move;
   margin: 2px;
   font: 10px Verdana;
   text-align: center;
   border: 1px solid Black;
   background-color: GreenYellow;
}

#ajax_container
{
   width: 115px;
   height: 230px;
   clear: none;
   float: left;
   margin: 2px;
   padding: 4px;
   border: 1px dashed Black;
}

.nav {text-align: center; padding: 10px;}
.nav a, #s7 strong { margin: 10px 9px; padding: 9px 17px; border: 1px solid #ccc; background: #dedede; text-decoration: none; font-weight: bold; }
.nav a.activeSlide { background: #ea0; }
.nav a:focus { outline: none; }
#button1 {background: #9DCD0E; color: #fff;}

