
#PicReportDetailGallery 
{
    overflow:hidden;
    margin-top:40px;
}
#container
{
    width: 1000px;
    background-color: #363636;
}
#PRDG1
{
    width: 1000px; padding: 15px 25px 15px 0px; float: right; direction: rtl;text-align: justify;
}
#PRDG2
{
    display:none;
    height:25px;
}

#PRDG2 .imagelogo
{
    width:250px;
    background-image:url('logo.png');
    background-repeat:no-repeat;
    display:block;
    height:200px;
}
#OtherNews
{
    width:158px;
    background-image:url('prebtn01.png');
    background-repeat:no-repeat;
    display:block;
    height:45px;
}
#PRDG3
{
    line-height:1.5;color:#fff;font-family:b yekan,BMitra;font-size:14pt;font-weight:bold;
}
#PRDG4
{
    line-height:2;color:#fff;font-family:b yekan,BMitra;font-size:8pt;font-weight:normal;
}
#PRDG5
{
    line-height:1.5;color:#fff;font-family:b yekan,BMitra;font-size:9pt;font-weight:normal;
}

#PRDGDate
{
    line-height:1.5;color:#CCC;font-family:b yekan,BMitra;font-size:8pt;font-weight:normal;text-align:right;
}
#gallery {
   padding: 20px;
   background: #1b1b1b;
 }

 #descriptions {
    display: none !important;
 }
 #gallery {
     padding: 20px;
     background: none;
 }

 #descriptions {
  display: none !important;
 }

.ad-gallery {
  width: 930px;
  float: left;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    height: 550px;
   /* overflow: hidden;
    background-color:#545454;
    border:2px solid #5f5f5f;*/
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(trans.gif);
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 99999;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
      color:#fff;
       font-family:b yekan,tahoma;
       font-size:8pt;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
      display:inline-table;
      width:37px;
      
    }
    .ad-gallery .ad-slideshow-controls .ad-slideshow-start
    {
        background-image:url('Play.png');
        background-repeat:no-repeat;
        display:inline-table;
        width:11px;
        height:14px;
    }
    .ad-gallery .ad-slideshow-download
    {
        margin-right:5px;
        background-image:url('download.png');
        background-repeat:no-repeat;
        display:block;
        width:15px;
        height:14px;
        float:right;
    }
    
    .ad-gallery .ad-slideshow-versions
    {
        margin-right:5px;
        background-image:url('versions.png');
        background-repeat:no-repeat;
        display:block;
        width:17px;
        height:14px;
        float:right;
    }
    
    .ad-gallery .ad-slideshow-controls .ad-slideshow-stop
    {
        background-image:url('pause.png');
        background-repeat:no-repeat;
        display:inline-table;
        width:14px;
        height:14px;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 8pt;
        color:#fff;
        font-family:b yekan,tahoma;
        vertical-align: top;
        /*display:inline-table;*/
        display:none !important;
        width:10px;

        
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 930px;
    position: relative;
    margin-top:10px;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
      float:right;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              /*border: 3px solid #CCC;*/
              display: block;
			  width:144px;
			  height:100px;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              /*border: 3px solid #616161;*/
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.ad-thumb-list > li
{
    list-style-type:none !important;
}
.ad-image > img{
-moz-box-shadow: 0px 5px 6px #000;
-webkit-box-shadow: 0px 5px 6px #000;
box-shadow: 0px 5px 6px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
}