﻿.imgnav
{
    height: 217px;
    width: 895px;
    overflow: hidden;
    border: 2px solid #DDDDDD;
    position: relative;
    float:left;
    left:2px;
}
#img
{
    z-index: 10;
}
#img img
{
    width: 895px;
    height: 217px;
    display: none;
}
.ctrl
{
    position: absolute;
    z-index: 100;
    bottom: 1px;
    left: 560px;
    right: 1px;
    width: 350px;
    height: 22px;
    overflow: hidden;
}
.ctrl ul
{
    float: left;
    line-height: 22px;
    overflow: hidden;
    width: 67%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.ctrl li
{
    display: block;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    background: #000;
    color: #fff;
}
.ctrl span
{
    float: left;
    width: 17%;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-right: 1px;
    border: 1px solid #ccc;
    background: #b1c3d9;
    text-align: center;
}
.ctrl span.hov
{
    background: #ff9;
    border: 1px solid #f60;
}
.ctrl div
{
    float: right;
    width: 32%;
}
