#fancybox-left-ico,
#fancybox-right-ico,
#fancybox-close
{
    background-image: url('fancy_close.png');
    background-repeat: no-repeat;
}

#fancybox-close
{
    display: inline!important;
    position: absolute;
    top: -40px;
    right: -40px;
    background-position: 0 0;
    cursor: pointer;
    z-index: 1103;

    width: 41px;
    height: 41px;
}

#fancybox-left,
#fancybox-right
{
    height: 0;
    width: 0;
}

#fancybox-left-ico,
#fancybox-right-ico
{
    width: 38px;
    height: 62px;
    top: 150px;
}

#fancybox-left-ico
{
    background-position: 0 -20px;
}

#fancybox-right-ico
{
    background-position: -42px -20px;
}

#fancybox-left:hover span
{
    left: -31px;
    background-position: 0 -87px;
}

#fancybox-right:hover span
{
    right: -31px;
    background-position: -42px -87px;
}

/* always show navigation */
#fancybox-left-ico
{
    left: -31px;
}

#fancybox-right-ico
{
    right: -31px;
    left: auto;
}