

.v_p_all
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    text-align: right;
}



.v_p_all a
{
    font-size: 11px;
    color: #4d4d4d;
    text-decoration: underline;
}



.v_p_all a:hover
{
    color: #296fb4;
    text-decoration: none;
}







.pt_m_bg
{
background-color:#ffffff;
    width: 1024px;
    height: 150px;
    position: relative;
	border:6px solid #e9e9e9;
}



.partner_slider
{
display:block;
    width: 890px !important;
    height: 100px !important;
    margin: 0 auto;
    margin-top: 30px;

}



.partner_slider ul
{
    height: 100px;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}



.partner_slider ul li
{
    width: 175px;
    height: 100px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}



.next
{
    background: url(../images/gray_nextprev.png) -29px 0px;
    width: 9px;
    height: 18px;
    text-indent: -9999px;
    position: absolute;
    top: 50px;
    right: 0px;
}

.next:hover
{
    background: url(../images/gray_nextprev.png) 9px 0px;
}



.prev
{
    background: url(../images/gray_nextprev.png) -12px 0px;
    width: 9px;
    height: 18px;
    text-indent: -9999px;
    position: absolute;
    top: 50px;
    left: 0px;
}



.prev:hover
{
    background: url(../images/gray_nextprev.png) 0px 0px;
}



