#containerslider
{
    margin: 0px;
    display: block;
    padding: 0px;
    position: relative;
    left: -19px;
    width: 633px;
    height: 357px;
    position: relative;
    z-index: 0;
    letter-spacing: 0;
    color: #434343;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-font-smoothing: subpixel-antialiased;
}

#containerslider:hover .pagination
{
    opacity: 1;
}

#ribbon
{
    position: absolute;
    z-index: 500;
}

#frame
{
    position: absolute;
    z-index: 0;
    width: 633px;
    height: 357px;
    top: 0px;
}

/*
	Slideshow
*/

#slides
{
    position: absolute;
    top: 0px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container
{
    width: 633px;
    height: 357px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	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 div.slide
{
    width: 633px;
    height: 357px;
    display: block;
}



.pagination
{
    z-index: 800;
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    opacity: 0; /*	display:none;*/
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    margin: 0px;
    width: 100px;
}

.pagination li
{
    float: left;
    list-style: none;
}

.pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a
{
    background-position: 0 -12px;
}


/*
	Caption
*/

.caption
{
    z-index: 500;
    position: absolute;
    left: 0;
    height: 50px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.6);
    width: 607px;
    line-height: 15px;
    color: #fff;
    border-top: 1px solid #000;
    text-shadow: none;
}
.caption p
{
    margin-top: 5px;
    font-family: 'Conv_futura-condensed-normal' , sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 110%;
}
span.tituloBanner
{
    font-size: 23px;
}
