#example {
    width:800px;
    height:350px;
    position:relative;
}

.slides_container {
    width:800px;
    overflow:hidden;
    position:relative;
    display:none;
    padding-left: 2px;
}

/*
        Each slide
        Important:
        Set the width of your slides
        If height not specified height will be set by the slide content
        Set to display block
*/

.slides_container a {
    width:800px;
    height:314px;
    display:block;
}

.slides_container a imgs {
    display:block;
}
#special_container{
    background: url("../imgs/veneciaPRO.png") no-repeat top left;
    height: 30px;
    margin: 454px 0 0 260px;
    position: absolute;
    width: 141px;
    z-index: 100;
}
/*
        Next/prev buttons
*/

#slides .next {
    position:absolute;
    top:140px;
    left:775px;
    width:46px;
    height:34px;
    display:block;
    z-index:101;
    background: url("../imgs/arrow-next_1.png") no-repeat top left;
}
#slides .prev {
    position:absolute;
    top:140px;
    left:-20px;
    width:46px;
    height:34px;
    display:block;
    z-index:101;
    background: url("../imgs/arrow-prev_1.png") no-repeat top left;
}
#slides .next:hover {
    background: url("../imgs/arrow-next.png") no-repeat top left;
}
#slides .prev:hover {
    background: url("../imgs/arrow-prev.png") no-repeat top left;
}



/*
        Pagination
*/

.pagination {
    margin:-20px 0 0 340px;
    width:100px;
    height: 15px;
    padding-top: 5px;
    background: url("../imgs/background_botones.png") no-repeat scroll 25px top transparent;
    position: absolute;
    z-index: 10;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(../imgs/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

/*
        Footer
*/

a:link,a:visited {
    color:#333333;
    text-decoration:none;
}

a:hover,a:active {
    color:#333333;
    text-decoration:underline;
}