.gallery{
	width:1014px;
	display:table;
}
.gallery .gallery-left{
	width:300px;
	float:left;
}
.gallery .gallery-right{
	width:714px;
	float:left;
}
.gallery .gallery-right img.camera_thumb{
	width:108px;
}
#cssmenu-gallery,
#cssmenu-gallery ul,
#cssmenu-gallery li,
#cssmenu-gallery a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style:none;
  font-family: UTM_AlterGothic;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
#cssmenu-gallery {
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu-gallery a {
  line-height: 1.3;
}
#cssmenu-gallery > ul > li:first-child {
 
}
#cssmenu-gallery > ul > li:first-child > a {
  padding: 15px 10px;
  border: none;
  font-weight: 300;
}
#cssmenu-gallery > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu-gallery > ul > li:first-child:hover {
  
}
#cssmenu-gallery > ul > li {
	color: #f1af00;
    /*text-transform: uppercase;*/
    font-family: UTM_AlterGothic;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
	padding-left: 15px;
}
#cssmenu-gallery > ul > li {
    background: url(../images/left-icon.png) no-repeat;
    background-position: left 20px;
	border-bottom: dotted 1px gainsboro;
}
#cssmenu-gallery > ul > li.active {
    background: url(../images/icon-giaphong.png) no-repeat;
    background-position: left 20px;;
}
#cssmenu-gallery > ul > li:hover {
 
}
#cssmenu-gallery > ul > li > a {
  font-size: 14px;
  display: block;
  color: black;
  border-top: none;
}
#cssmenu-gallery > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  color:#f1af00;
  font-family:UTM_AlterGothic;
  font-size:22px;
  font-weight:400;
}
#cssmenu-gallery > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu-gallery > ul > li.active {
     border-bottom: dotted 1px gainsboro;
}
#cssmenu-gallery > ul > li.has-sub > a span {
}
#cssmenu-gallery > ul > li.has-sub.active > a span {
}
/* Sub menu */
#cssmenu-gallery ul ul {
  display: none;
}
#cssmenu-gallery ul ul li {
  padding: 0;
      border-bottom: dotted 1px gainsboro;
}
#cssmenu-gallery ul ul li:last-child {
  border-bottom: none;
}
#cssmenu-gallery ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
  font-family:Arial;
}
#cssmenu-gallery ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu-gallery ul ul a:hover {
  color: #e94f31;
}
#cssmenu-gallery ul ul a.active {
  color: #e94f31;
}


.ad-gallery {
  width: 714px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 714px;
    height: 400px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #F00;
    }


    .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(../images/next.png);
        width: 50px;
        height: 50px;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 100;
display:block! important;
cursor:pointer;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/prev.png);
        width: 50px;
        height: 50px;
        right: 0;
        left: auto;
display:block! important;
cursor:pointer;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
	  width:734px;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
		
        
      }
      .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: #FFF;
		font-size:13px;
		font-family:tahoma;
		height:30px;
		line-height:30px;
      }
      * 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;
	display:none ! important;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
	  display:none ! important;
    }
      .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: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
	 margin:auto;
    width: 96%;
    position: relative;
padding-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 {
     
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -15px;
      width: 13px;
      display: block;
      background: #DFDEDE url(../images/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -15px;
      width: 13px;
      background: #DFDEDE url(../images/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        /*text-align:center;*/
        width: 9000px !important;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
              display: inline-block;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}