#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}
.jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
}
.jquery-script-center a {
    text-decoration:none;
}
.jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
}
.jquery-script-clear {
    clear:both;
    height:0;
}



#carousel {
    position: relative;

    margin: 0 auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;

    margin: 0 auto;

}

#slides ul {
    list-style: none;
    width: 100%;
    height: 150px;

    padding: 0;
    position: relative;
    margin-top: -20px;

}

#slides li {
    width: 100%;

    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
    list-style: none;

    left: -30px !important;

}


.quoteContainer p{
    padding: 20px;
}

/* Styling for prev and next buttons */

.btn-bar {
    width: 100%;

    display: block;
    z-index: 99999;
    position: relative;

}

#buttons {

    float: right;
}

#buttons a {
    text-align: center;
    display: block;
    font-size: 15px;
    float: left;
    outline: 0;

    color: #b14943;
    text-decoration: none;
    display: block;

    width: 35px;
}

a#prev:hover,
a#next:hover {
    color: #000;

}

.quote-phrase,
.quote-author {
    font-family: sans-serif;

    display: table-cell;
    vertical-align: middle;

    font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
    height: 100px;
    font-size: 10px;
    color: #000;


}

.quote-marks {
    font-size: 10px;

    position: inherit;
}

.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
}

.quoteContainer,
.authorContainer {
    display: table;
    width: 100%;
}


