.theme-pascal.slider-wrapper
{
    width: 1175px;
    height: 370px;
    margin: 0;
    float: left;
    margin-top:5px;
}

.nivo-slice , .nivoSlider
{
    background-size:1175px 370px !important;
}
.theme-pascal .nivoSlider
{
    position: relative;
    width:1175px;
    height: 370px;
}
.theme-pascal .nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 1175px; /* Make sure your images are the same size */
    height: 370px; /* Make sure your images are the same size */
}
.theme-pascal .nivoSlider a
{
    border: 0;
    display: block;
}

.theme-pascal .nivo-controlNav
{
    height: 22px;
    position: absolute;
    left: 15px;
    bottom: 5px;
    padding: 0px 0 0 0px;
    z-index: 20;
}
.theme-pascal .nivo-controlNav a
{
    display: block;
    width: 22px;
    height: 22px;
    background: url(bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    float: left;
}
.theme-pascal .nivo-controlNav a.active
{
    background-position: 0 -22px;
}

.theme-pascal .nivo-directionNav a
{
    display: none;
}

.theme-pascal .nivo-caption
{
    bottom: 40%;
    left: auto;
    right: 0px;
    width: auto;
    max-width: 630px;
    overflow: hidden;
    background: #fff;
    text-shadow: none;
    font-family: arial, serif;
    color: #4c4b4b;
}
.theme-pascal .nivo-caption p
{
    padding: 5px 15px;
    color: #333;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}
.theme-pascal .nivo-caption a
{
    color: #333;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}


.theme-pascal .nivo-directionNav a
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
.theme-pascal a.nivo-nextNav
{
    background-position: -30px 0;
    right: 15px;
}
.theme-pascal a.nivo-prevNav
{
    left: 15px;
}
