.indexCon
{
    width: 722px;
    overflow: hidden;
}
.indexCon .flashBanner
{
    width:722px;
     height:417px;
    overflow: hidden;
    margin-bottom: 12px;
}
.flashBanner
{
    position: relative;
}
.flashBanner .mask
{
    height: 32px;
    line-height: 32px;
    background-color: #000;
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -32px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    overflow: hidden;
}
.flashBanner .mask img
{
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}
.flashBanner .mask img.show
{
    margin-bottom: 3px;
}
img
{
    border: 0 none;
}
