
/* SLIDE SHOW NA INDEX */

#slider {
    width: 397px; /* important to be same as image width */
    height: 287px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
}
#sliderContent {
    width: 397px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	left:0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage a { padding-left:0; background:none; }
.sliderImage span {
    position: absolute;
	background:#f8570a; padding:10px; 
	font-size:12px;
	width: 280px;
	text-align:left;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #f3f3f3;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    color:#fff;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 15px;
    right: 0;
}