.mod_carousel_big {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 35px;
    overflow: hidden;
}

.mod_carousel_big .edit_module_content {
    background-image: url("newspaper_pencil.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    padding: 20;
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 15;
}

.mod_carousel_big_template{ display: none; }
.mod_carousel_big_picsel{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 15;
}

.mod_carousel_big_picsel_item{
    height: 12px;
    width: 12px;
    margin-right: 10px;
    float: left;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    opacity: .5;
}

.mod_carousel_big_picsel_item_inner{
    width: 8px;
    height: 8px;
    background-color: black;
    margin: 2px;
    display: none;
    font-size: 0;
}

.mod_carousel_big_image img{
}
.mod_carousel_big{   
}
.mod_carousel_big_image_one{
    width: 700px;
    height: 700px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.mod_carousel_big_image_two{
    height: 700px;
    width: 700px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.mod_carousel_big_picsel_selected .mod_carousel_big_picsel_item_inner{
    display: block;
}
.mod_carousel_big_pre{
    display: none;
}