@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/fontbebas/bebasneue-webfont.eot');
    src: url('font/fontbebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fontbebas/bebasneue-webfont.woff') format('woff'),
         url('font/fontbebas/bebasneue-webfont.ttf') format('truetype'),
         url('font/fontbebas/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** Slideshow style rules. */
#slideshow {
    margin:0 auto;
    width:964px;
    height:393px;
    position:relative;
}

#slideshow #slidesContainer {
    margin:0 auto;
    width:964px;
    height:393px;
    overflow:auto; /* allow scrollbar */
    position:relative;
}

#slideshow #slidesContainer .slide {
    margin:0 auto;
    width:964px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height:393px;
}

/*** Slideshow controls style rules. */
.control {
    display:block;
    width:39px;
    height:393px;
    text-indent:-15000px;
    position:absolute;
    cursor: pointer;
}

#leftControl {
    top:130px;
    left:-60px;
    background:transparent url(../img/setanterior.jpg) no-repeat 0 0;
}

#rightControl {
    top:130px;
    right:-50px;
    background:transparent url(../img/setaseguinte.jpg) no-repeat 0 0;
}

/*** Style rules for Demo page */
#pageContainer {
    position:absolute;
    width:964px;
}

.slide h2, .slide p {
    margin:10px;
    font-family:"ArialNarrow";
    font-size:14px;
    padding-left:15px;
}

.slide h2 {
    font-family:"ArialNarrow";
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#2c5d88;
    letter-spacing:-1px;
    padding-left:15px;
}

.slide img {
    float:right;
    margin:0 10px;
}

#footer {
    height:100px;
}

#footer p {
    margin:30px auto 0 auto;
    display:block;
    width:560px;
    height:40px;
}

body,td,th {
    font-family:Verdana, Arial, "Liberation Sans", FreeSans, sans-serif;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

a:active {
    text-decoration:none;
}