#bannershome{
	width:975px;
	height:300px;
	margin:0 6px 0 6px;
	border-bottom:1px solid #d3d3d3;
     position: relative; /* important */
	overflow: hidden; /* important */
	}

#bannershomeContent{
   width:975px; /* important to be same as image width or wider */
   height:300px;
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
  
}
.bannershomeImage{
   
   position: relative; 
   display: none;
}
.bannershomeImage span{
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
  width:975px; 
   background-color: #000;
   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: #fff;
   display: none;/* important */
   top: 0;

}
.clear {
   clear: both;
} 

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}