#heroes_statistics {
    width : 800px;
    height : 170px;
    position:relative;
    margin:0 auto;
}

#heroes_statistics div.top {
    background : url(../images/heroes_statistics/top.png) no-repeat 0 0;
    width:800px;
    height:13px;
}

#heroes_statistics div.middle {
    width:800px;
    height:144px;
    background-color:#3c3c3c;
    position:relative;
}

#heroes_statistics div.middle div.left {
    width:13px;
    height:144px;
    background : url(../images/heroes_statistics/left.png) no-repeat 0 0;
    float:left;
}

#heroes_statistics div.middle div.body {
    width:774px;
    height:144px;
    background-color:#3c3c3c;
    float:left;
    position:relative;
    cursor:pointer;
    z-index:1000;
}

#heroes_statistics div.middle div.segment {
    width:258px;
    height:144px;
    float:left;
    position:relative;
    z-index:1000;
}

#heroes_statistics div.middle div.segment img {
    width:258px;
    height:144px;
    cursor:pointer;
}

div.img_loading {
    position:absolute;
    display:none;
    width:200px;
    height:14px;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-7px;
    text-align:center;
}

#heroes_statistics div.middle div.right {
    width:13px;
    height:144px;
    background : url(../images/heroes_statistics/right.png) no-repeat 0 0;
    float:left;
}

#heroes_statistics div.bottom {
    background : url(../images/heroes_statistics/bottom.png) no-repeat 0 0;
    width:800px;
    height:13px;
}

#banner_big_hover {
    width:774px;
    height:144px;
    position:absolute;
    bottom:0;
    left:13px;
    cursor:pointer;
    z-index:2000;
    background-image:url(../images/1px_transparent_white1.png);
}

#segment1_hover {
    width:258px;
    height:144px;
    position:absolute;
    left:0;
    top:0;
    z-index:2000;
    background-image:url(../images/1px_transparent_white1.png);
}

#segment2_hover {
    width:258px;
    height:144px;
    position:absolute;
    left:258px;
    top:0;
    z-index:2000;
    background-image:url(../images/1px_transparent_white1.png);
}

#segment3_hover {
    width:258px;
    height:144px;
    position:absolute;
    left:516px;
    top:0;
    z-index:2000;
    background-image:url(../images/1px_transparent_white1.png);
}

#banner_big_slider {
    width:754px;
    height:40px;
    position:absolute;
    bottom:0;
    left:13px;
    cursor:pointer;
    z-index:1500;
    padding:10px;
    display:none;
    color:white;
}

#segment1_slider {
    width:238px;
    height:40px;
    position:absolute;
    padding:10px;
    left:0;
    bottom:0;
    z-index:1500;
    display:none;
    color:white;
}

#segment2_slider {
    width:238px;
    height:40px;
    padding:10px;
    position:absolute;
    left:258px;
    bottom:0;
    z-index:1500;
    display:none;
    color:white;
}

#segment3_slider {
    width:238px;
    height:40px;
    padding:10px;
    position:absolute;
    left:516px;
    bottom:0;
    z-index:1500;
    display:none;
    color:white;
}

/* Slider 2 */

#banner_big_slider2 {
    width:754px;
    height:40px;
    position:absolute;
    bottom:0;
    left:13px;
    cursor:pointer;
    z-index:1200;
    padding:10px;
    background-color:black;
    display:none;
    opacity:0.6;
}

#segment1_slider2 {
    width:238px;
    height:40px;
    position:absolute;
    padding:10px;
    left:0;
    bottom:0;
    z-index:1200;
    display:none;
    background-color:black;
    opacity:0.6;
}

#segment2_slider2 {
    width:238px;
    height:40px;
    padding:10px;
    position:absolute;
    left:258px;
    bottom:0;
    z-index:1200;
    display:none;
    opacity:0.6;
    background-color:black;
}

#segment3_slider2 {
    width:238px;
    height:40px;
    padding:10px;
    position:absolute;
    left:516px;
    bottom:0;
    z-index:1200;
    display:none;
    opacity:0.6;
    background-color:black;
}

