/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2009.05.27
   PURPOSE:   s3Slider css
   CUSTOMER:  DELFINOLUGANO.CH
 **************************************************************/
#slider, #leftslider {
   width: 580px; /* important to be same as image width */
   height: 440px; /* important to be same as image height */
   position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#FFFFFF;
}
#leftslider {
   width: 160px; /* important to be same as image width */
}
#slider ul, 
#leftslider ul {
	list-style-type: none;
}
#slider ul, #slider li,  
#leftslider ul, #leftslider li {
	margin: 0;
	padding: 0;
	border: 0;
}
#sliderContent, 
#leftsliderContent {
	width: 580px; /* important to be same as image width or wider */
   position: absolute;
	top: 0;
	margin-left: 0;
}
#leftsliderContent {
	width: 160px; /* important to be same as image width or wider */
}
.sliderImage, 
.leftsliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span, 
.leftsliderImage span {
	position: absolute;
	font: 10px/15px;
	width: 572px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 11px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

