﻿#webcamSlider {
   width: 325px; /* important to be same as image width */
   height: 306px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#webcamSliderContent {
   width: 325px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding:0px;
   margin:0px;
}

.webcamSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.webcamSliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 300px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
}


#previsioniSlider {
   width: 426px; /* important to be same as image width */
   height: 306px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#previsioniSliderContent {
   width: 325px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding:0px;
   margin:0px;
}

.previsioniSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.previsioniSliderImage span {
   position: absolute; /* important */
   left: 0;
   background-color: transparent;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: transparent;
   display: none; /* important */
   top: 0;
}



#bannersSlider {
   width: 736px; /* important to be same as image width */
   height: 306px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#bannersSliderContent {
   width: 736px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding:0px;
   margin:0px;
}

.bannersSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.bannersSliderImage span {
   position: absolute; /* important */
   left: 0;
   background-color: transparent;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: transparent;
   display: none; /* important */
   top: 0;
}




#boxSlideshowSlider {
   width: 213px; /* important to be same as image width */
   height: 188px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding:0px 0px 0px 0px;
   text-align: left;
}

#boxSlideshowSlider ul li{
  list-style:none;
  margin:0px;
  padding:0px;
}

#boxSlideshowSliderContent {
	width: 213px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 21px; /* important */
	margin-left: 0; /* important */
	padding:0px;
	margin:0px;
	left: 90px;
}

.boxSlideshowSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.boxSlideshowSliderImage span {
   position: absolute; /* important */
   left: 0;
   background-color: transparent;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: transparent;
   display: none; /* important */
   top: 0;
}

.clear {
   clear: both;
} 

