.easy_slides_container {
    border:0px solid #000;
    overflow:hidden;
    position:relative;
}
.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}

.easy_slides_img1 {
    z-index:2;
}

.easy_slides_img2 {
    z-index:1;
}
/*
.easy_slides_caption {
    position:absolute;
    bottom:0;
    background-image:url(../img/bg.png);
    background-color:transparent;
    display:none;
    z-index:3;
    color:#fff;
    font-family:sans-serif;
    font-size:16px;
}
*/
#example_1_container {
    width:473px;
    height:227px;
}
/*
#example_1_container .easy_slides_caption {
    width:674px;
    height:50px;
    padding: 10px 0 0 10px;
}
*/