/*
***********************************************************
Title: jcarousel.css
Author: Jacco van der Post - www.TYPO3-webdesign.nl
Date: june 2010
***********************************************************
*/



.tx-jpcarousel-pi1{
    border-top: 3px solid #facd46;
    margin-bottom: 45px;
}

#start .tx-jpcarousel-pi1{
    border-top: none;
}

.carouselContainer {
    position: relative;
    padding:0;
}

.carouselContainer :focus {
    outline: 0; /* dont give ugly outline border arround images */
}

.carousel {
    color: #f0f0f0;
    padding: 0;
    margin: 0;
}

.jpcarousel {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jpcarousel li {
    display: block;
    list-style: none;
    padding: 0;
    background:transparent;
    margin:0;
    float: left;
    overflow: hidden;
    text-align: center;
}

.carousel img {
    border: 0;
}

/* we give the dummy img clear.gif a background, to show nice buttons */
.carouselbuttons a img {
    background: url('/fileadmin/ac/templates/img/jpcarousel-sprite.png') no-repeat transparent;
    padding: 0;
    height: 45px;
    width: 45px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 175px;
}

.carouselbuttons a.carouselprev img {
    left:0px;
    background-position: 0 -26px; width: 40px; height: 40px;
}


.carouselbuttons a.carouselnext img {
    background-position: 0 -71px; width: 40px; height: 40px;
    right:0px;
}


h3.carousel_title {
    padding: 0;
    margin: 0;
    color: white;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px; /* vertical center the title a bit */
    font-style: italic;
    text-align: center;
    display: block; /* needed for centering title */
}

.carouselcaption {
    position: relative;
    text-align: left;
}

.carouselcaption span {
    color: #53514a;
    font-size: 13px;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    background: url("/fileadmin/ac/templates/img/caption_bg.png") repeat scroll 0 0 transparent;
    bottom: 0;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    left:0;
}

.pagination {
    text-align: right;
}

.pagination a {
    background: url("/fileadmin/ac/templates/img/jpcarousel-sprite.png") 0 0px no-repeat transparent;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pagination a.selected {
    background-position: 0 -13px; 
    width: 8px; 
    height: 8px;
    cursor: default;
}

.pagination a span {
    display: none;
}

