select, input, textarea
{
    font-size: 1em;
}

ul
{
    /*list-style-image:url(list-style.gif);*/
}

#gallery
{
    
}
.ad-gallery
{
    width: 950px;
    padding: 0px;
    background: #0b0b0b;
    padding: 15px !important;
}
.ad-gallery .gallery-top
{
    width: 100%;
    border-bottom: solid 1px #505050;
    padding-bottom: 5px;
    position:relative;
}
.ad-gallery .gallery-top-in{position:absolute;top:0;left:0;width:100%;display:block}
.ad-gallery .gallery-top span
{
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    padding-left: 30px;
}
.ad-gallery, .ad-gallery *
{
    margin: 0;
    padding: 0;
}
.ad-gallery .ad-image-wrapper
{
    width: 100%;
    margin: 15px 0 5px 0;
    position: relative;
    overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader
{
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 0;
}
.ad-gallery .ad-image-wrapper .ad-next
{
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev
{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next
{
    /* Or else IE will hide it */
    background: url(non-existing.jpg)\9;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image
{
    background: url(ad_scroll_back.png);
    width: 28px;
    height: 48px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image
{
    background: url(ad_scroll_forward.png);
    width: 28px;
    height: 48px;
    right: 0;
    left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image
{
    position: absolute;
    overflow: hidden;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9;
    width: 100% !important;
    height: auto !important;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}
.ad-gallery .ad-image-wrapper .ad-image img
{
    /*width: 890px !important;*/ /* top: 0 !important;     left: 30px !important; height: 590px !important;*/
    vertical-align: bottom;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description
{
    position: absolute;
    bottom: 0px;
    left: 30px;
    padding: 10px 15px;
    text-align: left;
    width: 860px !important;
    height: auto;
    z-index: 2;
    background: url("bgimg/bg-opacity.png") repeat scroll left top transparent;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description a
{
    color: #fff;
    font-size: 14px;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description a:hover
{
    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' );
    font-weight: normal !important;
    padding-top: 5px;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title
{
    display: block;
}
.ad-gallery .ad-function
{
    padding: 10px 0;
    color: #fff;
    width: 890px;
    margin-left: 30px;
    height: 20px;
}
.ad-gallery .ad-function .ad-like
{
    width: 150px;
    height: auto;
    text-align: left;
    float: left;
}
.ad-gallery .ad-function .ad-like img
{
    margin: 0 4px;
}
.ad-gallery .ad-function .ad-like a{float:left}
.ad-gallery .ad-function .ad-like .ct-like {background: url("bgimg/bg-content-like.png") no-repeat left top;float: left;height: 18px;line-height: 18px; text-align: center; width: 30px;margin-right:3px;}
.ad-gallery .ad-function .ad-like .ct-like span{font-size:10px;color:#000}
.ad-gallery .ad-function .ad-extent
{
    width: auto;
    height: auto;
    text-align: right;
    float: right;
}
.ad-gallery .ad-function .ad-extent img
{
    margin-left: 10px;
}

.ad-gallery .ad-controls
{
    height: 20px;
    width: 72px;
    float: right;
}
.ad-gallery .ad-info
{
    float: left;
    font-size: 11pt;
}
.ad-gallery .ad-info span
{
    color: #a20101;
    font-weight: bold;
}
.ad-gallery .ad-slideshow-controls
{
    float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start
{
    cursor: pointer;
    background: url("icon-ad-Start.png") no-repeat scroll left top transparent;
    width: 17px;
    height: 17px;
    float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop
{
    cursor: pointer;
    background: url("icon-ad-Stop.png") no-repeat scroll left top transparent;
    width: 17px;
    height: 17px;
    float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown
{
    padding-left: 5px;
    font-size: 0.9em;
    display: none !important;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start
{
    cursor: default;
    font-style: italic;
}
.ad-gallery .ad-nav
{
    width: 100%;
    position: relative;
    border-top: solid 1px #505050;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back
{
    position: absolute;
    top: 45px;
    height: 48px;
    z-index: 10;
}
/* IE 6 doesn't like height: 100% */
.ad-gallery .ad-back
{
    cursor: pointer;
    left: 0px;
    width: 28px;
    display: block;
    background: url(ad_scroll_back.png) 0px 0 no-repeat;
}
.ad-gallery .ad-forward
{
    cursor: pointer;
    right: -2px;
    width: 28px;
    display: block;
    background: url(ad_scroll_forward.png) 0px 0 no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs
{
    overflow: hidden;
    width: 890px;
    margin-left: 30px;
    padding: 20px 0 5px 0;
}
.ad-gallery .ad-thumbs .ad-thumb-list
{
    float: left;
    width: 9000px;
    list-style: none;
    margin: 0px;
}
.ad-gallery .ad-thumbs li
{
    float: left;
    padding: 0;
    width: 179px;
    height: 101px;
    text-align: center;
}
.ad-gallery .ad-thumbs li a
{
    display: table-cell;
    vertical-align: bottom;
    float: left;
    width: 145px;
    height: 95px;
    background-color: #999999;
    margin: 0 14px;
    border: 3px solid #999999;
}
.ad-gallery .ad-thumbs li img
{
    vertical-align: bottom;
}
.ad-gallery .ad-thumbs li a.ad-active
{
    border: 3px solid #fff;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads
{
    position: absolute;
    left: -9000px;
    top: -9000px;
}
.ad-status-caption-show
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("bgimg/ad-status-caption-show.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
}
.ad-status-caption-hide
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("bgimg/ad-status-caption-hide.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
    display: none;
}
.ad-show-full-image
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("bgimg/icon-ad-show-full-image.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
}
.ad-show-readnews
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("bgimg/icon-ad-show-readnews.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
}
.ad-viewFull
{
    float: left;
    width: 25px;
    height: 17px;
    background: url("bgimg/icon-ad-viewFull.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
}
.ad-exitScreen
{
    float: left;
    width: 17px;
    height: 17px;
    background: url("bgimg/exit-fullScreen.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px !important;
}


