.carousells {
width:1000px;
margin:10px 0 0 0;
}

#carousel-wrapper { 
    width: 980px; 
    overflow: hidden;
    float:left; 
} 
#carousel-content { 
    width: 2500px; 
    margin:0 0 0 0;
    text-align:center;
} 
#carousel-content .slide { 
    float: left; 
    width: 500px; 
    }	
    
 .ccleft {
 float:left;
 }	
 
 .ccright {
 float:right;
 }
