/* 
    Document   : style_banner_nc
    Created on : Feb 3, 2014, 1:51:30 PM
    Author     : snatch-pc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#banner-nc-top .item{
    margin: 3px;
}

#banner-nc-top .item img{
    display: block;
    width: 100%;
    height: auto;

    /*                width: 890px;
                    height: 177px;*/
}

