/* $Id: red.css 529 2010-08-11 08:44:52Z martin $ */

.mmCarousel-controls li.active {
    border-top: 2px solid #b00000;
    color: #b00000;
}
.mmCarousel-controls .previous a {
    background: url(images/icon-previous.png) no-repeat 50% 50%;
}
.mmCarousel-controls .next a {
    background: url(images/icon-next.png) no-repeat 50% 50%;
}

.mmCarousel-container .mmCarousel-article a.read-more, .mmCarousel-container .mmCarousel ul.articles li a.read-more {
    color: #b00000;
    background: url(images/icon-read-more.png) no-repeat 0% 50%;
}