#slider {
    width: 800px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 40px auto 00px auto;
	border: #F00 0px solid;
	border-radius: 0 0px 0 25px;
	padding:0px;
	float:left;
	background:#000
	
}
#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	border:#FFF 0px solid;
	border-radius: 0 0px 0 25px;
	padding:0px;
}
.sliderImage {
    float: left;
    position: relative;
	/*display: none;*/
	width:800px;
	border-radius: 0 0px 0 23px;
	opacity:0;
}
.sliderImage img{
    float: left;
	width:800px;
	height:400px;
	border:#96F 0px solid;
	border-radius: 0 0px 0 23px;
	
}
.sliderImage span {
    position: absolute;
    padding: 10px 13px;
    width: 770px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 284px;
}


.SlideshowTesto{
	font-family:Arial;
	font-size:12px;
	font-weight:none;
	color:#ffffff;
}

ul { list-style-type: none;}