#slideshow2 {
    background-color: #CAC6CC;
    margin-top: 0px;
    width: 1000px;
    height: 559px;
    overflow: hidden;
}


.description
{
    display: none;
}

.description h1
{
    color: #5890D3;
    font-size: 22px;
    margin-top:0px;
    margin-bottom:0px;
    opacity:1;
}

.description p
{
    margin-top:5px;
    color: #fff;
    font-size:18px;
    opacity:1;
}

.navigation {
    background-color:transparent;
    background-position:initial initial;
    background-repeat:initial initial;
    display:block;
    height:30px;
    padding-top:0;
    padding-bottom:15px;
    position:relative;
    text-align:center;
    z-index:10000;
}

.slide_unactive
{
    position:relative;
    display: inline-block;
    width:20px;
    height:20px;
    margin-right:5px;
    top: 3px;
    background-color:#ffffff;
    z-index:20;
    border-radius:100%;

    opacity:1;

    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;

    -o-transition-property: opacity;
    -o-transition-duration: 1s;

    transition-property: opacity;
    transition-duration: 1s;
}

.slide_unactive:hover
{
    opacity:0.8;
}

.slide_active
{
    position:relative;
    display: inline-block;
    width:20px;
    height:20px;
    margin-right:5px;
    top: 3px;
    background-color:#CAC6CC;
    z-index:20;
    border-radius:100%;
}

.slide_active
{
    opacity:0.8;
}

.preloader
{

}

.slides
{
    position: relative;
    display: block;
    width:100%;
    height: 100%;
    height: 525px !important;
}

.slides img
{
    position:absolute;
    display: none;
    top:0px;
    left:0px;
    width:1000px !important;
    height: 559px !important;
}
