
/* ----- s3Slider.css ----- */
/*novos banners*/

#slider1 {
    width: 600px; /* important to be same as image width */
    height: 723px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    display:block;
    background-position:center center;
    -moz-box-shadow:1px 3px 15px #555;
    -webkit-box-shadow:1px 3px 15px #555;
    box-shadow:1px 3px 15px #555;  
}

#slider1Content {
    width: 600px; /* important to be same as image width or wider */
    height: 723px; 
    position: absolute;
    top: -6px;
    margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
    display: none;
}
.slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #f7840a;
    display: none;
    font-style: bold;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-style: bold;
}
.bottom {
         bottom: 0;
         left: 0;
	width: 600px !important;
	height: 12px;
}
ul { list-style-type: none;}


