.selected_font {
	font-size: 30px;
	color: #F00;
	font-style: italic;
	margin-left: 30px;
}

h1
{
font-size:30px;
font-style: italic;
color:#FF0000;
margin-left: 30px;
}
#galleryqwe {   
    position:relative;   
    height:360px   
}   
    #galleryqwe a {   
        float:left;   
        position:absolute;   
    }   
       
    #galleryqwe a img {   
        border:none;   
    }   
       
    #galleryqwe a.show {   
        z-index:500   
    }   
  
    #galleryqwe .caption {   
        z-index:0;    
        background-color:#000;    
        color:#ffffff;    
        height:100px;    
        width:100%;    
        position:absolute;   
        bottom:0;   
    }   
  
    #galleryqwe .caption .content {   
        margin:5px   
    }   
       
    #galleryqwe .caption .content h3 {   
        margin:0;   
        padding:0;   
        color:#1DCCEF;   
    }   
