﻿#carousel img {
    display: block;
    float: left;
}

#prev, #next {
    display: block;
    height: 228px;
    position: absolute;
    top: -6px;
    width: 101px;
    z-index: 200;
}

#prev {
    background: url("/presentation/includes/images/right-angle-overlay-50.png") no-repeat scroll 0 0 transparent;
    left: 0;
    padding-left: 41px;
    padding-top: 177px;
}

#next {
    right: -2px;
    background: url("/presentation/includes/images/left-angle-overlay-50.png") no-repeat scroll 0 0 transparent;
    padding-right: 40px;
    padding-top: 177px;
}

#pager {
    bottom: 63px;
    float: left;
}

#pager a {
    display: inline-block;
    height: 5px;
    margin: 0 5px 0 0;
    width: 38px;
    background: url('/presentation/includes/images/nav-sprite-bar.png') no-repeat;
    background-position: 0px 0px;
}

#pager a:hover {
    background-position: 0 -6px;
}

#pager a span {
    display: none;
}

#pager a.selected{
    background-position: 0 -6px;
}

#carousel-pager {
    bottom: 63px;
    float: left;
}

#carousel-pager a {
    display: inline-block;
    height: 5px;
    margin: 0 5px 0 0;
    width: 38px;
    background: url('/presentation/includes/images/nav-sprite-bar.png') no-repeat;
    background-position: 0px 0px;
}

#carousel-pager a:hover {
    background-position: 0 -6px;
}

#carousel-pager a span {
    display: none;
}

#carousel-pager a.selected {
    background-position: 0 -6px;
}

