﻿
/* v style */
.imagesshow .v_caption
{
    height: 35px;
    overflow: hidden;
    margin-top: -30px;
    padding-left: 40px;
}
.imagesshow .highlight_tip
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    margin: 8px 0 0 3px;
    float: left;
}
.imagesshow .highlight_tip A
{
    border-right: #eee 1px solid;
    padding-right: 5px;
    border-top: #eee 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #eee 1px solid;
    color: #036cb4;
    padding-top: 2px;
    border-bottom: #eee 1px solid;
    text-decoration: none;
    cursor: move; pointer;
}
.imagesshow .highlight_tip A:hover
{
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    color: #666;
    border-bottom: #999 1px solid;
}
.imagesshow .highlight_tip A:active
{
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    color: #666;
    border-bottom: #999 1px solid;
}
.imagesshow .highlight_tip .current
{
    border-right: #036cb4 1px solid;
    padding-right: 5px;
    border-top: #036cb4 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #036cb4 1px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #036cb4 1px solid;
    background-color: #036cb4;
}

.imagesshow .change_btn
{
    float: left;
    margin: 7px 0 0 10px;
}
.imagesshow .change_btn span
{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: url(images/ImageShow/nextbtns.gif) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.imagesshow .change_btn .previous
{
    background-position: 0 0x;
}
.imagesshow .change_btn .next
{
    margin-left: 0px;        width: 23px;
    background-position: -22px 0px;
}
.imagesshow .change_btn .first_btn
{
    background-position: 0 -22px;
    cursor: default;
}
.imagesshow .change_btn .last_btn
{
    margin-left: 0px;
        width: 23px;
    background-position: -22px -22px;
    cursor: default;
}

.imagesshow .v_content
{
    position: relative;
    width: 656px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.imagesshow .v_caption .last
{
    display: inline;
    float: right;
    margin: 15px 0px 0 0;
}
.imagesshow .v_content_list
{
    position: absolute;
    width: auto;
}
.imagesshow .v_content ul
{
}
.imagesshow .v_content ul li
{
    display: inline;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 7px 0 7px 3px;
    background: url(images/common/imgBorder43.gif) no-repeat;
    text-align: center;
}
.imagesshow .v_content ul li img
{
    width: 151px;
    height: 110px;
}
.imagesshow .v_content ul li img.thin
{
    width: 50px;
    height: 110px;
}
.imagesshow .v_content ul li a
{
    display: block;
    width: 160px;
    height: 114px;
    overflow: hidden;
    margin-right: 1px;
}
.imagesshow .v_content ul li span
{
    display: block;
    margin-top: 8px;
    width: 150px;
    height: 80px;
    line-height: 120%;
    color: #666;
    text-align: left;
    overflow:auto;
}

.imagesshow .v_content  ul li.highlight
{
        background: url(images/common/imgBorder43focus.gif) no-repeat;
}
.imagesshow .showlarge
{
    border: #ccc 1px solid;
    position: absolute;
    padding:5px;
    background:#eee;
    z-index:9998;
    display:none;
}
.imagesshow .showlarge .close
{
    position:absolute;
    float:right;
    right:5px;
    background:#fff;
    width:20px;
    height:20px;
    margin:-5px;
    color:Red;
    font-weight:bold;
    text-align:right;
    background:url(images/common/close.gif) no-repeat;
    cursor:pointer;
    z-index:9999;
}
.imagesshow .closethis
{
    padding-left:0px;
    padding-right:10px;
    margin-right:5px;
    background:url(images/common/closered.gif) no-repeat right 3px;
    display:none;
    
}
