#container a:hover{
	text-decoration:none!important;	
}

div#container {
    width:995px;
    overflow: hidden;
    height: 255px;
}


div.content a, div.navigation a {
    text-decoration: none;
}
div.content a:hover, div.content a:active {
    text-decoration: underline;
}


div.slideshow a.advance-link {
    width: 999px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}


div.caption-container {
    height: 255px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}

div.slideshow span.image-wrapper {
    position: absolute;
   
}

div.slideshow img {
    border:none;
    margin-left:-4px;
}

div.navigation-container {
    float: left;
    position: relative;
    left: 78%;
}



ul.thumbs li a.thumb {
    color:#FFF;


}

ul.thumbs li.selected a.thumb {
    color:#ffe318;


}

ul.thumbs li {
    float: left;
    padding: 0;
    margin-left:5px;
    list-style: none;

}

ul.thumbs div {
    position:relative;
    top:-283px;
    border: none;
    display: block;
    background:url(imagens/fnumber.png) no-repeat;
    padding:15px 0 0 7px;
    width:21px;
    height:33px;
    font-family: Verdana;
    font-size:22px;
    font-weight: normal;
}

