.slidecontainer {
height:149px;
position:relative;
}
.slideimages img {
border-width:0px;
display:none;
height:149px
}
.slideimages a {
left:0px;
position:absolute;
top:0px;
}
#slidenum .slideNumber 
{
float:right;
list-style-type:none;
margin:0px;
padding:0px;
}
#slidenum .slideNumber li 
{
background-image:url(images/btn.png);
float:left;
color:#000000;
display:inline;
font-family:arial;
font-size:10px;
height:12px;
line-height:12px;
margin:2px 5px 0px 0px;
overflow:hidden;
padding-left:0px;
text-align:center;
width:12px;
}
#slidenum .slideNumber li.curSlideNumber 
{
background-image: url(images/btn.png);
font-weight:bold;
padding-left:0px;
}
#slidenum {
left:460px;
position:absolute;
top:8px;
z-index:30;
}
------------------------------------------
 .img-swith-main
        {
            position: relative;
            font-family:"Î¢ÈíÑÅºÚ";
            font-size: 12px;
            width: 453px;
            height: 149px;
        }
        .img-switch
        {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .img-switch ul
        {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }
        .img-switch ul li
        {
            float: left;
            width: 100%;
            height: 100%;
            display: none;
        }
        .img-switch ul li img
        {
            width: 100%;
            height: 100%;
            border: 0px;
        }
        .img-switch-clear
        {
            clear: both;
        }
        .img-switch-index
        {
            position: absolute;
            bottom: 10px;
            right: 10px;
            overflow: hidden;
        }
        .img-switch-index ul
        {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }
        .img-switch-index ul li
        {
         
            padding: 2px;
            border: 1px solid #c0c0c0;
            margin-right: 5px;
            float: left;
            font-weight: bold;
            cursor: pointer;
            color: Black;
            padding-left: 6px;
            padding-right: 6px;
            
        }



