/* 
    Document   : jquery.blink-banners
    Created on : Jan 6, 2010, 12:57:22 PM
    Author     : andrew
    Description:
        Purpose of the stylesheet follows.
*/

.blick {
    position: absolute;
    top: 0px;
    display:block;
    z-index:1000;
    background:url(../../images/blink.png)  no-repeat -100px 0px;
    opacity: 0.8;
}

