.fancybox-title-float-wrap .child {
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
   
    margin-top: 10px;
    color: #666;
    font-family: 'Karla', serif;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
    
    text-transform: uppercase;   
	font-size: 10pt;
	letter-spacing: 1pt; 
}



.fancybox-skin {
    background: none;
}


.fancybox-title-float-wrap {
   
    bottom: 10px;
    
}

.fancybox-close {
    top: -16px;
    right: -16px;
}


.fancybox-opened .fancybox-skin {
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}