#slider1 {
       
    width: 768px;  /* important to be same as image width */
    
    height: 239px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */  
    /*  float: left; */
}

#slider1Content {
    width: 768px;  /* important to be same as image width or wider */
    
    position: absolute;	
	top: 0;
	padding: 0px; 
	margin-left: 0;
	margin: 0px 0px 0px 0px; 
	/* float: left; */ /* height: 240; */ 

                }
                
.slider1Image  {
    float: left;
    position:  relative; /* fixed */
	display: none;
               }
               
.slider1Image span {
    position: absolute;
	font: 20px/15px Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 90px 5px 0px 5px;
   width: 768px; /**/
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.7;
    opacity: 0;
    color: #fff;
    display: none;
}

.clear {clear: both;}

.slider1Image span strong {  font-size: 25px; }


.left { top: 0;  
        left: 0; 
        width: 150px !important; 
        height: 150px ; 
        margin: 0px 5px 0px 0px;
      }


.right { 
         bottom: 0px;  
         right: 0px; 
          top: 0px; 
         width: 150px !important; 
         height: 150px; 
       }
         
         
p.vertical {
             padding: 0px 0px 7px 0px;
             
            } 
         
ul { list-style-type: none;}
