﻿/*图片轮播样式*/
.imgnav img
{
    border: 0;
}
.imgnav ul, .imgnav li
{
    list-style-type: none;
}

#picSlider
{
    z-index: 10;
    width: 525px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
#picSlider img
{
    height: 350px;
    width: 525px;
    display: none;
}
.showLargeImg
{
    height: 350px;
}
#front
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 100px;
    height: 350px;
    background: url(../images/ico/blank.gif);
}
#front a
{
    position: absolute;
    left: 20px;
    top: 144px;
    display: block;
    background: url(/images/picslider/imgSlideLeft.png) no-repeat;
    width: 38px;
    height: 38px;
    display: none;
}
#next
{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 100px;
    height: 350px;
    background: url(../images/ico/blank.gif);
}
#next a
{
    position: absolute;
    right: 20px;
    top: 144px;
    display: block;
    background: url(/images/picslider/imgSlideRight.png) no-repeat;
    width: 38px;
    height: 38px;
    display: none;
}

#picSmallSlider
{
    background: #EAEBF0;
    position: relative;
    height: 110px;
    border: 1px solid #D6D9DC;
    margin-top: 0px;
}
#picSmallSlider ul
{
    position: relative;
    width: 10000px;
}
#picSmallSlider ul li
{
    float: left;
    width: 105px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-right: 5px;
    padding: 7px 3px 3px 3px;
    overflow: hidden;
}

#picSmallSlider ul li img
{
    width: 105px;
    height: 70px;
    display: block;
}
#picSmallSlider ul li tt
{
    background: #000;
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
}
#picSmallSlider li.hov
{
    background: url(/images/picslider/imgHoverBg.png) no-repeat;
}
.ctrl div
{
    clear: both;
}
#smallSliderUl
{
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    width: 460px;
}
.picSildeLeft
{
    cursor: pointer;
    position: absolute;
    top: 18px;
    left: 5px;
    z-index: 9;
    background: url(/images/picslider/picSlideLeft.gif) no-repeat;
    width: 20px;
    height: 63px;
}
.picSildeRight
{
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 5px;
    z-index: 9;
    background: url(/images/picslider/picSlideRight.gif) no-repeat;
    width: 20px;
    height: 63px;
}



