﻿
.banner {
    background-color: #151515;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#wrapper {
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
#scroller {
    float: left;
    height: auto;
    padding: 0;
}
#scroller ul {
    display: block;
    float: left;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
#scroller li {
    display: block;
    float: left;
    font-size: 0;
    height: auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}
#scroller li a {
    display: block;
    margin: 0;
    padding: 0;
}
#scroller li p {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #f4f4f4;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
#nav {
    float: right;
    margin-top: -2.5rem;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 3;
}
#prev, #next {
    display: none;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    width: 80px;
}
#next {
    float: right;
    text-align: right;
}
#indicator > li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#indicator {
    display: block;
    margin: 0 8px;
    padding: 0;
    width: auto;
}
#indicator > li {
    background: none repeat scroll 0 0 white;
    border-radius: 4px;
    height: 8px;
    margin-right: 4px;
    overflow: hidden;
    text-indent: -9999em;
    width: 8px;
}
#indicator > li.active {
    background: none repeat scroll 0 0 #4ab12f;
}
#indicator > li:last-child {
    margin: 0;
}
