#carousel {
    width:500px;
    height:290px;    
    margin:0 auto;
}
#slides {
    overflow:hidden;
    position:relative;
    width:500px;
    height:250px;
    border:1px solid #ccc;
}    
#slides ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;    
    width:750px;            
}

#slides li {
    width:250px;
    height:250px;    
    float:left;
}
#slides li img {
    padding:5px;
}

#buttons {
    padding:0 0 5px 0;    
    float:right;
}
#buttons a {
    display:block; 
    width:31px; 
    height:32px;
    text-indent:15px;
    float:left;
    outline:0;    
}

a {
    color:#000000;
}
a:hover {
    color:#FF0000;
}
.clear {clear:both}


#carousel2 {
    width:120px;
    height:70px;    
    margin:0 auto;
}
#slides2 {
    overflow:hidden;
    position:relative;
    width:120px;
    height:70px;
    border:1px solid #ccc;
}    
#slides2 ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;    
    width:750px;            
}

#slides2 li {
    width:60px;
    height:70px;    
    float:left;
}
#slides2 li img {
    padding:5px;
}