
#dhtml-carousel {
    padding:8px;
    margin:0px;
    float:left;
    /* this would fix IE alignment --> padding-right:20px; */

}

.carousel-component .carousel-list li { 
    margin:4px;
	width:220px;
}

.carousel-component .carousel-list li a { 
    display:block;
    /*border:1px solid #e2edfa;*/
    outline:none;
}

.carousel-component .carousel-list li a:hover img { 
    border: 1px dotted #5A98E7;
}

.carousel-component .carousel-list li img { 
    border: 1px dotted #CCCCCC;
    display:block; 
}                                    

#prev-arrow-container { 
    float:left;
}

#next-arrow-container { 
    float:left;
}

#prev-arrow { 
    cursor:pointer; 
    margin-top:50px;
    margin-right:10px;
    visibility:hidden;
}

#next-arrow { 
    cursor:pointer; 
    margin-top:50px;
    margin-left:10px;
    visibility:hidden;
}
pre {
    margin-bottom:20px;
}