

#j1 {
      border: 1px solid #000;
      background-color: #FFF;      
        margin-top: 100px;       
        padding: 0px; 
      height: 150px; 
      position: absolute; 
      z-index: 10;

       left: 50%;
       width:300px;
       margin-left: -156px;   /* half the width + half the padding + single border */
}

#j2 {
      background-color: #000;           
      position: absolute; 
      z-index: 5;
       width:100%;
	   height:100%;
	   filter: alpha(opacity=55);
}


#f3 {     
        margin-top: 50px;       
        padding: 10px; 
      height: 356px; 
      position: absolute; 
      z-index: 10;

       left: 50%;
       width:368px;
       margin-left: -184px;   /* half the width + half the padding + single border */
}


.preload 
{ 
background-image:url(newimages/texas.gif); 
} 

.preload2 
{ 
background-image:url(newimages/DFW2.JPG); 
} 

.preload3 
{ 
background-image:url(newimages/AUSTIN2.JPG); 
} 


