.fancybox-inner .fancybox-skin .fancybox-default-skin .fancybox-default-skin-open{
    margin:0px !important;
}

.fancybox-title-outside-wrap{
    background:black;
    margin-top: 2px;
    padding-left: 7px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.fancybox-nav span {
    visibility:visible;
}
.fancybox-default{
    border: 0px !important;
}

/* Darker colors require the .73 or lower but lighter colors can go with .9ish */
.fancybox-default-overlay {
    background: #000000 none repeat scroll 0 0 !important;
    opacity: 0.73;
}

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}
/* Fancybox was creating a 100px height after the content at the bottom.  This is what cured it */
/*
.fancybox-inner{
    height:auto !important;
}
*/
/* Fancybox was creating a narrow width / height image.  This is what cured it */
.fancybox-wrap, .fancybox-wrap *{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -safari-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
