.vtem_news_show, .vtem_news_show * {
  margin: 0;
  padding: 0;
}
  .vtem_news_show .ad-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
    .vtem_news_show .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 110;
      top: 48%;
      left: 48%;
	  background:#fff;
	  padding:5px;
	  -moz-border-radius:3px;
	  -webkit-border-radius:3px;
	  border-radius:3px;
    }
    .vtem_news_show .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 35%;
      height: 50%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .vtem_news_show .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 35%;
      height: 50%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .vtem_news_show .ad-image-wrapper .ad-prev, .vtem_news_show .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(../images/non-existing.jpg) \9
    }
      .vtem_news_show .ad-image-wrapper .ad-prev .ad-prev-image, .vtem_news_show .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/go.png) right top no-repeat;
        width: 30px;
        height: 38px;
        display: none;
        position: absolute;
        top: 70%;
        left: 0;
        z-index: 101;
      }
	  .vtem_news_show .ad-image-wrapper .ad-prev .ad-prev-image:hover{background-position:right bottom;}
	  .vtem_news_show .ad-image-wrapper .ad-next .ad-next-image:hover{background-position:left bottom;}
      .vtem_news_show .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/go.png) left top no-repeat;
        width: 30px;
        height: 38px;
        right: 0;
        left: auto;
      }
    .vtem_news_show .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .vtem_news_show .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .vtem_news_show .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding:0;
        text-align: left;
        width: 100%;
        z-index: 150;
		display:block;
      }
      .vtem_news_show .ad-image-wrapper .ad-image .ad-image-description .vt_content_wapp{position:relative; display:block;}
	   .vtem_news_show .ad-image-wrapper .ad-image .ad-image-description .vt_content_wapp .vt_content{
	   position:absolute;
	   left:0;
	   top:0;
	   z-index:145;
	   padding:8px;
	   }
        .vtem_news_show .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .vtem_news_show .ad-controls {display:none; visibility:hidden;}
    .vtem_news_show .ad-info {
      float: left;
    }
    .vtem_news_show .ad-slideshow-controls {
      float: right;
    }
      .vtem_news_show .ad-slideshow-controls .ad-slideshow-start, .vtem_news_show .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .vtem_news_show .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .vtem_news_show .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .vtem_news_show .ad-nav {
    width: 100%;
    position: relative;
	padding:5px 0;
  }
    .vtem_news_show .ad-forward, .vtem_news_show .ad-back {
      position: absolute;
      top: 32%;
      height: 100%;
      z-index: 1000;
    }
    /* IE 6 doesn't like height: 100% */
    * html .vtem_news_show .ad-forward, .vtem_news_show .ad-back {
      height: 100px;
    }
    .vtem_news_show .ad-back {
      cursor: pointer;
      left: 8px;
      width: 26px;
	  height:26px;
      display: block;
      background: url(../images/scroll.png) left top no-repeat;
    }
	.vtem_news_show .ad-back:hover{background-position:left bottom;}
	.vtem_news_show .ad-forward:hover{background-position:right bottom;}
    .vtem_news_show .ad-forward {
      cursor: pointer;
      display: block;
      right: 8px;
      width: 26px;
	  height:26px;
      background: url(../images/scroll.png) right top no-repeat;
    }
    .vtem_news_show .ad-nav .ad-thumbs {
      overflow: hidden;
	  margin:0 42px;
    }
      .vtem_news_show .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .vtem_news_show .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .vtem_news_show .ad-thumbs li a {
            display: block;
          }
            .vtem_news_show .ad-thumbs li a img {
              border: 3px solid #ccc;
              display: block;
            }
            
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.vt_main a,.vt_main a:link,.vt_main a:visited,.vt_main h2{
display:block;
text-decoration:none;
}
.vt_main h2,.vt_main a.readmore{text-transform:uppercase;}
.vtem_news_show .ad-image-description .vt_content .vtem_new_show_content .readmore{
font-size:80%;
background:url(../images/arrow.png) 2px center no-repeat;
padding:2px 2px 2px 12px;
font-style: italic;
}
.vt_main .vt_content h2{font-size:140%; font-weight:bold;}