@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFF;
}
#container {
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	position:fixed;
	width: 550px
}


#s3slider {

/* important to be same as image height */
/* important to be same as image width */
   /*position: relative;  important */
   /* important */
}

#s3sliderContent {
   /* important to be same as image width or wider */
   /* important */
   /* important */
   /* important */
}

.s3sliderImage {
   /* important */
   /* important */
   display: none; /* important */
}
.ttitle {
	font-weight:bold;
}
.s3sliderImage span {
   /* important */
   text-align:center;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 5px;
   width: 545px;
   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 */
   bottom: 0;

 

   /*
       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;
} 



ul {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	position: relative;
	visibility: inherit;
}

ul li {
    position: relative;
    z-index: 200;
    padding: 3px;
    line-height: 1.5;
	float:left;

}

div.ahover {
    position: absolute;
}
