﻿#carousel
{
    overflow: hidden; /* fix ie overflow issue */
    position: relative;
    width: 915px;
    height: 300px;
    margin-top: 12px;
}  
  
/* remove the list styles, width : item width * total items */    
#carousel ul
{
    margin: 0px;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    padding: 0;
    font-weight: bold;
}  
  
.clear {clear:both}  