
#wrapper{
    width:380px;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    padding-top: 10px;
}
#topnew_slideshow{
    height: 450px;
}
#topnew_slideshow .img{
    height: 330px;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    background: #f2f2f2;
}
#topnew_slideshow .img img{
    height: 100%;
    margin: auto;
}
#topnew_slideshow .name{
    clear:both;   
    overflow: hidden;    
}
#topnew_slideshow  a{
    color: #154f80;
    font-weight: bold;
}
#topnew_slideshow .name a:hover{
    color: #ff0000;
    text-decoration: underline;
}
#topnew_slideshow .item-info-index{
    padding: 10px;
}
#topnew_slideshow .item-info-index .summary{
    padding-top: 10px;
}


#topnew_slideshow p {
    padding: 0 10px;
}
.next1 {
    background: url("../images/icon.png") no-repeat scroll 0 -216px transparent;
    top: 285px;
    cursor: pointer;
    height: 15px;
    left: 480px;
    position: absolute;
    width: 15px;
    z-index: 10;   
}
.next1:hover {
    background: url("../images/icon.png") no-repeat scroll -16px -216px transparent;
}
.pre {
    background: url("../images/icon.png") no-repeat scroll 0 -200px transparent;
    top: 285px;
    cursor: pointer;
    height: 15px;
    left: 460px;
    position: absolute;
    width: 15px;
    z-index: 10;
}
.pre:hover {
    background: url("../images/icon.png") no-repeat scroll -16px -200px transparent;
}
