﻿/* Adjust #wraper to set HTML-margin-left:40px; to give room for psCorner Graphic */
.psCorner
{
    background-image: url(../psCorner/images/BA4-for-iPhoneL.png);
    position: fixed;
    z-index: 999;
    display: block;
    width: 116px;
    bottom: 0px;
    height: 104px;
    left: 0px;
}
.psCorner A
{
    display: block;
    width: 116px;
    height: 104px;
}
.psCorner A:hover
{
    background-image: url(../psCorner/images/BA4-for-iPhone-HoverL.png);
    z-index: 999;
    display: block;
    width: 116px;
    height: 104px;
}

@media print
{
    .psCorner
    {
        display: none;
    }
}
