/* 
    Created on : Aug 23, 2014, 6:03:01 PM
    Author     : Abiodun Farinre
*/
#Banner{
    background-color: rgb(242, 242, 242);
    width: 480px;
    height: 260px;
    margin-bottom: 10px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    /* box-shadow: rgb(121, 121, 121) 0px 0px 5px; */
    border: 1px solid rgb(195, 193, 193);
    border-radius: 5px;
    float: left;
}

.slider_images li {
    display: none;
    position: absolute;
    left: 480px;
    width: 480px;
    height: 260px;
    list-style-type: none;
}

.slider_bullets{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.selectedSlider_bullets{
    background-color: rgb(190, 15, 96);
}

.unselectedSlider_bullets{
    background-color: rgba(114, 114, 114, 1);
}

.slider_bullets a{
    text-decoration: none;
    font-size: 80%;
    padding: 2px 4px;
    border-radius: 20px;
    color: white;
    /* box-shadow: rgb(0, 0, 0) 0 0px 5px; */
}

#pause {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: rgba(170, 17, 61, 1);
    font-family: GovtAgentBB_ital;
    font-size: 115%;
    opacity: 0.5;
}

.pause{
    display: none;
}