@import url('http://www.vejle-taekwondo.dk/resource/js/carousel/carousel.css');

#html-carousel { 
    background: #ffffff;
    border-left: 1px dotted #ff0000;
    border-right: 1px dotted #ff0000;
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    width: 106px;
    padding: 10px;
    padding-top:  15px;
    margin: 0;
    color: #3F3F3F;
}

#html-carousel .carousel-list li div { 
    display:block;
		height: 110px; 
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width: 880px;
    height: 144px;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container {
		float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer;
}

#prev-arrow { 
    cursor:pointer; 
}