﻿@charset "utf-8";

/*Slide Start幻灯片位置开始*/
#Slidebox {
    min-width:1250px;
    padding: 0px;
    margin: 0 auto; /*position:relative;*/
    background: #cccccc;
    overflow: hidden;
}

#flashBg {
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

#flashLine {
    /*background: url(/images/other/touming.png) repeat-x center bottom;*/
    width: 100%;
    clear: both;
}

#flash {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px 0px;
}

#flash a {
    text-align:center;
    width: 100%;
    display: none;
}

#flash img {
    width: 100%;
}

.flash_bar {
    width: 100%;
    padding-left: 48%;
    z-index: 999;
    height: 43px;
    overflow: hidden;
    position: absolute;
    padding-top: 13px !important;
    padding-top: 12px;
    bottom: 0px;
    left: 0px;
    /*background: url(img/tg_flashbar.png) 0px 0px;*/
    text-align: center;
}

.flash_bar .dq {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    cursor: pointer;
    background: url(img/pagination.png) no-repeat 0px -12px;
    overflow: hidden;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://vizo.retail20.cn/images/pagination.png",sizingMethod="crop");
}

.flash_bar .no {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    cursor: pointer;
    background: url(img/pagination.png) no-repeat 0px 0px;
    overflow: hidden;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://vizo.retail20.cn/images/pagination.png",sizingMethod="crop");
}




