#s3slider { 
   width: 591px; /* important to be same as image width */ 
   height: 556px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 581px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 13px Arial, Helvetica, sans-serif;
   padding: 7px 7px;
   width: 591px;
   background-color: #000;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.1; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.1; /* 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: 510px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
li{
	list-style:none
}



  .diapo ul, .diapo ul li, .diapoul, .diapoli{
	margin:0;
	padding:0;
	list-style:none;
	}
.diapo ul li, .diapoli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:396px;
/* 	height:241px; */
	overflow:hidden; 
	position:relative;
}	
.diapo, .diapo2 {
	margin-left:15px;
	width:396px;
	overflow:hidden; 
}



  .diapo_pb ul, .diapo_pb ul li, .diapoul, .diapoli{
	margin:0;
	padding:0;
	list-style:none;
	}
.diapo_pb ul li, .diapoli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:700px;
/* 	height:241px; */
	overflow:hidden; 
	position:relative;
}	
.diapo_pb, .diapo_pb2 {

	width:700px;
	overflow:hidden; 
}


  .diapo_pb3 ul, .diapo_pb3 ul li, .diapoul, .diapoli{
	margin:0;
	padding:0;
	list-style:none;
	}
.diapo_pb3 ul li, .diapoli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:551px;
/* 	height:241px; */
	overflow:hidden; 
	position:relative;
}	
.diapo_pb3, diapo_pb32 {

	width:551px;
	overflow:hidden; 
}
