#carousel
{
   width: 688px;
   overflow:hidden; 
   position:relative;
   float: left;
}

#carousel ul
{
   position: relative; 
   padding: 0; 
   margin: 0;
}

#carousel li
{
   width: 229px; 
   height: 212px;
   float: left;
   list-style: none; 
   background-color: #ffffff;
   text-align:center;
}

#carousel_header
{
   width: 728px;
   height: 15px;
}

#previous, #next
{
   cursor: pointer;
   font-size: 0.8em;
   text-decoration: underline;	
   float: left;

   padding-top:55px;
}
