.picshow
{
    z-index: 444;
    position: relative;
    background-color: #e4f2fa;
    width: 100%;
    height: 230px;
}
.picshow_main
{
    position: relative;
    width: 691px;
    height: 250px;
}
.picshow_main .imgbig
{
    filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward);
    width: 691px;
    height: 230px;
    border: 0px;
}
.picshow_change
{
    position: absolute;
    text-align: left;
    bottom: 0px;
    height: 25px;
    right: 0px;
    left: 580px;
}
.picshow_change img
{
    width: 20px;
    height: 15px;
    border: 0px ;
}
.picshow_change a
{
    border: 1px solid;
    display: block;
    float: left;
    margin-right: 5px;
    -display: inline;
}
.picshow_active
{
    display: block;
}
.picshow_unactive
{
    display: none;
}
a.axx
{
    border-color: #555;
}
a.axx:hover
{
    border-color: #000;
}
a.axx img
{
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    border: 0px;
}
a.axx:hover img
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
    border: 0px;
}
a.bxx
{
    border-color: #000;
    border: 0px;
}
a.bxx:hover
{
    border-color: #000;
    border: 0px;
}
