﻿ .clear {  
     clear:both  
 }  
   
 #gallery {  
     position:relative;  
     height:260px;  
     
    
 }  
     #gallery a {  
         float:left;  
         position:absolute;  
     }  
       
     #gallery a img {  
         border:none;  
     }  
       
     #gallery a.show {  
         z-index:1  
     }  
   
     #gallery .caption {  
         z-index:2;   
         background-color:#00581E;   
         color:#ffffff;   
         height:70px;   
         width:100%;   
         position:absolute;  
         bottom:0px; 
         
         text-transform:uppercase;
         text-align:center;
		 border :0px;
         }  
     
     #gallery a.caption img
     { display:none;}
     
     #gallery a img
     ,#gallery a 
     {
     	
     }
   
     #gallery .caption .content 
     {  
		font-size:16px;
		
		height:70px;
		border:0px;
	}  
	#gallery .TextContainer
	{
		 z-index:100;   
        
         color:#ffffff;   
         height:70px;   
         width:100%;   
         position:absolute;  
         bottom:0px; 
         
         text-transform:uppercase;
         text-align:center;
         font-size:16px;
	
		height:70px;
		
		
	}  
	
	 
     #gallery .caption .content h3
     ,#gallery .TextContainer h3
      {  
         margin:0;  
         padding:0;  
         color:#1DCCEF;  
         font-family:Trebuchet MS,Verdana;
         font-size:18px;
         color:#FAB900;
         font-weight:bold;
        margin-bottom:3px;
        margin-top:3px;
         line-height:18px;
       
        
     }  
       