/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version:1.2.7
 *
 * Demo and documentation:http://coffeescripter.com/code/ad-gallery/
 */
.ad-gallery{position:relative;width:100%;height:255px;margin:0 0 10px;}
.ad-gallery ul,.ad-gallery li{margin:0;padding:0;}

.ad-gallery .ad-image-wrapper{position:relative;overflow:hidden;width:100%;height:255px;}
.ad-gallery .ad-image-wrapper .ad-loader{position:absolute;z-index:19;top:48%;left:48%;border:1px solid #CCC;}
.ad-gallery .ad-image-wrapper .ad-next{position:absolute;right:0;top:0;width:15%;height:100%;cursor:pointer;display:block;z-index:19;}
.ad-gallery .ad-image-wrapper .ad-prev{position:absolute;left:0;top:0;width:15%;height:100%;cursor:pointer;display:block;z-index:19;}
.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);*background-image:url(ad_prev-ie.png);background-repeat:no-repeat;width:25px;height:42px;display:none;position:absolute;top:40%;left:10%;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image{background:url(_ad_next.png);*background-image:url(ad_next-ie.png);background-repeat:no-repeat;width:30px;height:45px;right:4%;left:auto;}
.ad-gallery .ad-image-wrapper .ad-image{position:absolute;top:0 !important;left:0 !important;overflow:hidden;width:770px !important;height:255px !important;}
.ad-gallery .ad-image-wrapper .ad-image img{width:770px !important;}
.ad-gallery .ad-image-wrapper .ad-image a img{border:0;}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{position:absolute;bottom:25px;left:0px;padding:0 1%;height:25px;line-height:25px;margin:0;text-align:left;width:98% !important;background:url(bg_imgtitle.png) repeat;color:#fff;}
* 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{display:none;position:absolute;top:235px;right:5px;height:20px;padding:0 5px 0 10px;z-index:19;color:#ccc;}
.ad-gallery .ad-info{float:left;}
.ad-gallery .ad-slideshow-controls{float:right;}
.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-slideshow-controls .ad-slideshow-stop{}
.ad-gallery .ad-nav{width:768px;position:absolute;bottom:0;left:0;z-index:20;display:block;background:url(../../theme/tw/images/n-img/bg_ad-thumbs.jpg) repeat-x scroll left top;height:17px;padding:6px 0 0;border:1px solid #D7D6DB;}
.ad-gallery .ad-forward,.ad-gallery .ad-back{position:absolute;top:0;height:100%;}

.ad-gallery .ad-forward,.ad-gallery .ad-back{cursor:pointer;display:none;width:17px;height:70px;top:5px;}
.ad-gallery .ad-back{left:5px;background:url(ad_scroll_back.png) 0px center no-repeat;*background-image:url(ad_scroll_back-ie.jpg);}
.ad-gallery .ad-forward{right:5px;background:url(ad_scroll_forward.png) 0px center no-repeat;*background-image:url(ad_scroll_forward-ie.jpg);}
.ad-gallery .ad-nav .ad-thumbs{overflow:hidden;text-align:center;}
.ad-gallery .ad-thumbs .ad-thumb-list{width:auto !important;list-style:none;}
.ad-gallery .ad-thumbs li{display:inline-block;padding:0 6px;}
.ad-gallery .ad-thumbs li a{background:url(icon_01.png) no-repeat scroll left top;width:11px;height:11px;display:inline-block;}
.ad-gallery .ad-thumbs li a img{visibility:hidden;}
.ad-gallery .ad-thumbs li a.ad-active{background:url(icon_01-on.png) no-repeat scroll left top;}
.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;}

/*[主Banner]*/
#gallery{}
	#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;}

/*[新增Title]*/
.imgtitle{position:absolute;left:0;bottom:25px;width:98%;height:20px;padding:0 1%;line-height:20px;background:url(bg_imgtitle.png) repeat;color:#fff;font-size:11px;}