@charset "utf-8";

#xxx.flip-wrapper
{
    border: solid 1px #333333; border-radius: 4px;
}

#xxx .flip-container .flip-arrow-prev
{
            background: -webkit-gradient( linear, left top, right top, from( #dbd3c4 ), color-stop( 0.5, #fffdec ) );

            border-radius: 0 0 0 5px; border-right: solid 1px #999;
}
#xxx .flip-container .flip-arrow-next
{
            background: -webkit-gradient( linear, right top, left top, from( #dbd3c4 ), color-stop( 0.5, #fffdec ) );

            border-radius: 0 0 5px 0; border-left: solid 1px #999;
}
