﻿@charset "utf-8";

.image_cont {
    width: 960px;
    height: 200px;
    display: block;
    overflow: hidden;
    background: grey;
    float: left;
}

.images {
    display: block;
    float: left;
    background: lightgrey;

}

.images a {
    display: none;
}

/*.image {
    width: 960px;
    height: 250px;
    display: block;
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 40px;
    line-height: 380px;
    font-weight: bold;
    text-align: center;
}*/

.cur {
    display: block !important;
}

.sCur {
    display: block;
}

/*.image object {
    z-index: 0;
    float: left;
    position: initial;
}*/

/*.image img {
    float: left;
}

.thumb_image img {
    display: block;
}

.cur_thumb {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 25555555;
    display: block;
}

.image_cont a img, .small_image_cont a img {
    border: none !important;
}*/

#banner_container {
    min-width: 962px !important;
}

.bannerNextArea, .bannerPrevArea {
    position: absolute;
    width: 440px;
    height: 200px;
}

.bannerNextArea {
    float: left;
    margin-left: 520px;
}

.bannerPrevArea {
    float: right;
}

.bannerNext, .bannerPrev {
    margin-top: 170px;
    width: 50px;
    height: 30px;
    background-color:rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: 15px 3px;
}

.bannerNext {
    margin-left: 910px;
    background-image: url('../../img/Right.png');
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bannerPrev {
    background-image: url('../../img/Left.png');
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.indicators {
    margin: auto;
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    display: block;
    margin-top: -70px;
    background-color:rgba(255,255,255,0);
}

.indicator {
    background-color:rgba(255,255,255,0.6);
    width: 10px;
    height: 10px;
    position:relative;
    display: block;
    border-radius: 5px;
}

.indicators ul {
    margin: 0px auto;
    width: auto;
    display: block;
    text-align: center;
    height: 20px;
    padding:0px;
}

.indicators ul .indicator {
    margin-top: -70px;
    float: left;
    margin: 0px 5px;
    border: 1px solid rgba(0,0,0,0.6); 
}

.iCur {
    background: #80180d;
    border: 1px solid white;
}
