#carrouselContainer {
    float: left;
    width: 960px;
    position: relative;
    margin-top: 2px;
    }
    
.carrouselContainer {
    position: relative;
    top: 0px;
    left: 0;
    width: 960px;
    height:300px;
    z-index: 1;
    overflow: hidden;
}

.carrouselContainer

.small {
    width: 960px;
    height:204px;
}

.carrouselContainer img {
    position: absolute;
    top: 0px;
}

.link span img,

.title span img,

.link div.alternateHeading img,

.title div.alternateHeading img {
    position: static;
    top: auto;
    left: auto;
}

.carrouselContainer

.carrouselPagination{
    position: absolute;
    right: 8px;
    top: 11px;
    height: 18px;
    z-index: 100;
}

.carrouselContainer

.carrouselPagination li{
    float: left;
    margin-right: 5px;
    list-style: none;
    text-decoration: none;
    text-align: center;
}

.carrouselContainer

.carrouselPagination li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: block;
    width: 22px;
    padding-right: 1px;
    height: 23px;
    line-height: 24px;
    color: #333333;
    background: url(carrouselpaging_inactive.gif) left top no-repeat;
}

.carrouselContainer

.carrouselPagination li.active a {
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: left top;
}

.carrouselImageInfo {
    position: absolute;
    width:960px;
    height: 204px;
    top: 104px;
    overflow: hidden;
    padding: 0px 0px 0px 27px;
    word-wrap: break-word;
    cursor: pointer;
}

.carrouselImageInfo .title {
    line-height: 23px;
    display: block;
    margin-bottom: 16px;
    position: absolute;
    top: 94px;
    left: 26px;
}

.carrouselImageInfo

.subtitle {
    font-size: 32px;
    font-weight: bold;
    text-shadow: black .15em .15em .15em;
    line-height: 23px;
    color: white;
    display: block;
    margin-bottom: 16px;
    position: absolute;
    top: 121px;
    left: 26px;
}

.carrouselContainer

.link,

.carrouselImageInfo

.link {
    display: block;
    font-size: 18px;
    color: white;
    padding: 5px 0px 0px 0px;
    height: 23px;
    position: absolute;
    left: 28px;
    bottom: 18px;
    background: url(carrouselbt_bg.gif) left top repeat-x;
}

.carrouselContainer

.link

.arrow {
    width: 8px;
    height: 11px;
    display: block;
    position: absolute;
    right: 19px;
    top: 16px;
}

.carrouselImageInfo

.link {
    margin-top: 10px;
}

.carrouselImageInfo

.link

.alternateHeading {
    margin-left: 13px;
    margin-right: 13px;
}
