
#pics {
	margin-left: 100px;
}
#s3slider {
/*	background-position: bottom center;
	background-repeat: repeat-x;
/*	background-image: url(picsbott.htm);*/
	width: 597px; /*597 important to be same as image width */
	height: 279px; /*326 important to be same as image height */
	overflow: hidden; /* important */
	background-color: #ebebeb;
	list-style: none;
}

#s3sliderContent {
	background-position: center center;
	background-repeat: no-repeat;
	width: 597px; /* important to be same as image width or wider */
	top: 0; /* important */
	margin-left: 0; /* important */
	list-style: none;
}

.s3sliderImage {
   float: left; /* important */
/*   position: fixed; /* important */
   display: none; /* important */
   margin-top: 0px; /*-17*/
   margin-left: 0px; /*-40*/
list-style: none;
   }

.s3sliderImage span {
/*   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* 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 */
   bottom: 0;
   list-style: none;
}
/*
.clear {
   clear: both;
}

#service {
	height: 307px;
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 39px;
	vertical-align: baseline;
	padding: 0;
}