
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    font-family: Georgia,Times New Roman,Arial,Helvetica,sans-serif;
    left: 0;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
}
.nivo-directionNav a {
    background: url("/image/cache/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 30px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 30px;
}
.nivo-controlNav a {
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
}
.nivo-controlNav {
    bottom: -42px;
    left: 50%;
    position: absolute;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
.nivo-caption a:hover {
}
.nivo-caption h2 {
    color: #fff;
    float: right;
    font-size: 2.5em;
    text-shadow: 0.1em 0.1em 0.05em #000;
    padding-bottom: 18px;
    padding-right: 12px;
    font-style: italic;
}
#slider {
    height: 250px;
    width: 980px;
}
