
.grafslider_container {
    margin-bottom:30px;
    position: relative;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 30px solid #fff;
    border-radius:10px;
    box-shadow: 0 1px 3px rgba(100,100,100,0.5);
}

.grafslider {
    height:354px;
    position: relative;
}

.grafslider .grafslider_item {

    position:  absolute;
}

.grafslider .active {
    /*display:block;*/
}

.grafslider .grafslider_item img {
    width: 100%;
    display: block;
}
.grafslider .grafslider_item .slide_text {
    position: absolute;
    top: 10%;
    width: 25%;
    padding:10px;
    border: 3px solid #ddcccc;
    border-radius:6px;
    background-image: url(images/text_fon.png);
    color:#eeffff;
    font-size: 16px;
    font-weight: bold;
}
.grafslider .grafslider_item .rsp_left {
    left:5%;
}
.grafslider .grafslider_item .rsp_right {
    right:5%;
}
.grafslider .grafslider_item .rsp_center {
    left:50%;
    margin-left:-12.5%;
}
.preview_hover {
    width:100%;
    height: 20%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.preview {
    left:49%;
    width:50%;
    position: absolute;
    bottom: 1%;
}
.preview_right {
    text-align: right;
}
.preview_left  {
     text-align: left;
}
.preview_center {
     text-align: center;
}
.preview .preview_item {
    display: inline-block;
    width: 12%;
    margin:0px 1%;
    border-radius:3px;
    cursor: pointer;
}

.preview .preview_item img {
    width: 100%;
    display: block;
    border: 1px solid #aaaadd;
    opacity: 0.8;
    border-radius:3px;
}

.preview .preview_item_active img {
    border: 1px solid #fff;
    opacity: 1.0;
}

/* точечки */

.dot_hover {
    position: absolute;
    right:1%;
    bottom: -25px;
    width:98%;
    height:21px;
    text-align: right;
}

.dot_item {
    width:10px;
    height:10px;
    background: #808080;
    border: 3px solid #c0c0c0;
    border-radius:8px;
    display: inline-block;
    margin:3px;
    box-shadow: 1px 2px 2px rgba(120,120,120,0.2);
    cursor: pointer;
}

.dot_item div {
    width:5px;
    height:5px;
    background: #ffffff;
    border: 0;
    border-radius:3px;
    box-shadow: inset -1px -1px 2px rgba(128,128,128,1.0);
    margin:2px;
}

.dot_item_active {
    width:10px;
    height:10px;
    background: #dd4000;
    border: 3px solid #c0c0c0;
    border-radius:8px;
    display: inline-block;
    margin:3px;
    box-shadow: 1px 2px 2px rgba(120,120,120,0.2);
    cursor: pointer;
}

.dot_item_active div {
    width:5px;
    height:5px;
    background: #ffffff;
    border: 0;
    border-radius:3px;
    box-shadow: inset -1px -1px 2px rgba(221,64,0,1.0);
    margin:2px;
}

.dot_item_hover {
    width:10px;
    height:10px;
    background: #00dd00;
    border: 3px solid #c0c0c0;
    border-radius:8px;
    display: inline-block;
    margin:3px;
    box-shadow: 1px 2px 2px rgba(120,120,120,0.2);
    cursor: pointer;
}

.dot_item_hover div {
    width:5px;
    height:5px;
    background: #ffffff;
    border: 0;
    border-radius:3px;
    box-shadow: inset -1px -1px 2px rgba(0,221,0,1.0);
    margin:2px;
}

/* arrows */


.arrows_large_area_left,
.arrows_large_area_right {
    position: absolute;
    cursor: pointer;
    width: 20%;
    height: 100%;
    /*background: #fff;
    opacity: 0.2;*/
}

.arrows_right,
.arrows_left {
    position: absolute;
    cursor: pointer;
}
.arrows_right img,
.arrows_left img {
    width: 100%;
}



















