/* 
    Document   : ad_skyscraper
    Created on : 20 Mar, 2013, 12:41:37 PM
    Author     : dibya
    Description:
        Purpose of the stylesheet follows.
*/

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

.skyscraper img{
 
}

.skyscraper{
    text-align : center;
    max-width:180px;
    overflow:hidden;
    padding:10px;
    
}


