﻿.left_content
{
    width: 244px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
    border: solid 1px #f1f1f0;
    background-color: #efeeee;
}
.left_focus
{
    width: 100%;
    height: 25px;
    background-color: #fff;
    border-top: solid 1px #f4f4f4;
    border-bottom: solid 1px #f4f4f4;
    line-height: 25px;
    font-size: 13px;
    text-indent:5mm
}
.left_blur
{
    width: 100%;
    height: 25px;
    background-color: #e2dfdf;
    line-height: 25px;
    font-size: 13px;
     text-indent:5mm
}
.left_top
{
    background: url(../images/zwgk_03.jpg);
    width: 246px;
    height: 29px;
    line-height: 29px;
}
.left_contact
{
    width: 244px;
    height: 150px;
    border: solid 1px #f1f1f0;
    background-color: #efeeee;
    font-size: 12px;
    text-indent: 7mm;
}
#slider
{
    width: 353px; /* important to be same as image width */
    height: 265px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    overflow-y:hidden;
}
#sliderContent
{
    width: 353px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    overflow-y:hidden;
}
.sliderImage
{
    float: left;
    position: relative;
    display: none;
    overflow-y:hidden;
}

