/* 
    Document   : ad-gallery
    Created on : 11/05/2012, 2:15:59 PM
    Author     : jeremy
    Description:
        Purpose of the stylesheet follows.
*/

#gallery {
    padding: 30px;
    height: 100%;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
      
      #gallery ul li{
          list-style-image: none !important;
          display: inline-block !important;
      }
      
    /* IE 6 doesn't like height: 100% */
    html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 50px;
    }
    
    
    
    #full_screen_img_click{
        cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    
    right: 0;
    top: 0;
    
    z-index: 200;
    }
    
    /*Hover over center pointer to indicate it has an onclick*/
    .ad-gallery div.ad-image-wrapper div.ad-image img{
        cursor: pointer;
    }