﻿/*Slidebox*/
#Slidebox {
    width: 100%;
    height: 350px;
    padding: 0px;
    margin: 0 auto;
    /*position:relative;*/
    background: #fff;
    overflow: hidden;padding-top:120px;
}

#flashBg {
    height: 100%;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0; 
}

#flashLine {
    height: 100%;
    width: 100%;
    clear: both;
}

#flash {
    width: 100%;
    height: 100%; z-index:2;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px 0px;
}

#flash a {
    width: 100%; height:100%;
    position:absolute;
    top: 0px;
    display: none;
}

#flash img {
    width: 100%;
}

.flash_bar {
    width: 92px;
    left: 50%;
    z-index: 69;
    height: 30px;
    overflow: hidden;
    position: absolute;
    padding-top: 13px!important;
    padding-top: 12px;
    bottom: 0px;
    margin: 0px 0px 0px -46px;
    text-align: center;
}

.flash_bar .dq {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 4px;
    cursor: pointer;
    background: url(/images/scroll.png) no-repeat 0px 0px;
    overflow: hidden;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/scroll.png" ,sizingMethod="crop");
}

.flash_bar .no {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 4px;
    cursor: pointer;
    background: url(/images/scroll.png) no-repeat 0px -15px;
    overflow: hidden;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/scroll.png" ,sizingMethod="crop");
}