﻿#carousel
{   
    background: url(/common/images/slider-bg.gif) top right;
    position: relative;
    height: 305px;
    width: 960px;
    overflow: hidden;
}
#carousel .slide
{
    position: absolute;
    border-bottom: 1px solid #ddd;
    height: 305px;
    width: 960px;
}
#carousel .wrapper
{
    position: absolute;
}
.slide h1, .slide h2
{
    font-family: Times New Roman;
    font-size: 2em;
    margin: 0 0 12px 0;
}
ul#slidenav
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute; /*top: 100px;*/
    margin-top: 270px;
    margin-left: 10px;
}
ul#slidenav li
{
    float: left;
    background: #000;
    margin: 0 1px 0 0;
    opacity: 0.8;
}
ul#slidenav li a
{
    display: block;
    width: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75em;
    padding: 5px 2px;
}
ul#slidenav li.active
{
    background: #bb0033;
}
ul#slidenav li.prev
{
}
ul#slidenav li.prev a
{
    height: 25px;
    width: 25px;
    padding: 0;
    background: url(/common/images/slide-prev.gif) no-repeat center;
    cursor: pointer;
}
ul#slidenav li.prev.disabled a
{
    /*background: url(/common/images/slide-next-disabled.gif) no-repeat center;*/
    cursor: hand;
    height: 25px;
    width: 25px;
    padding: 0;
    background: url(/common/images/slide-prev-disabled.gif) no-repeat center;
    cursor: default;
}
ul#slidenav li.next
{
}
ul#slidenav li.next.disabled
{
}
ul#slidenav li.next a
{
    height: 25px;
    width: 25px;
    padding: 0;
    background: url(/common/images/slide-next.gif) no-repeat center;
    cursor: pointer;
}
ul#slidenav li.next.disabled a
{
    /*background: url(/common/images/slide-next-disabled.gif) no-repeat center;*/
    cursor: hand;
    height: 25px;
    width: 25px;
    padding: 0;
    background: url(/common/images/slide-next-disabled.gif) no-repeat center;
    cursor: default;
}
#carousel .img, #carousel .text
{
    width: 480px;
    height: 305px;
    color: #fff;
    float: left;
    overflow: hidden;
}
#carousel .text
{
    border-left: 1px solid #1d130f;
    width: 479px;
}
#carousel .text .inside
{
    padding: 100px 45px 20px 30px;
}
#carousel h3
{
    font-family: Times New Roman;
    font-size: 2em;
    margin: 0 0 12px 0;
}
#carousel div.text p, #carousel div.text ul
{
    font-size: .8em;
    line-height: 150%;
}
#carousel div.text ul
{
    list-style-type: disc;
    margin-left: 2em;
}

