﻿  
        
       
       
        .pro_show
        {
            width: 310px;
            height: 310px;
            overflow: hidden;
            float: left;
        }
        .show_box
        {
            width: 305px;
            height: 224px;
            overflow: hidden;
            background: #fff;
            border: 1px solid #e7e7e7;
            position: relative;
        }
        .show_box img
        {
            width: 305px;
            height: 224px;
            outline: none;
        }
        .srcoll_04
        {
            width: 100%;
            float: left;
            position: relative;
            height: 150px;
            overflow: hidden;
        }
        .srcoll_04 .prev
        {
            width: 12px;
            height: 42px;
            display: block;
            background: url(pre_02.gif) no-repeat;
            position: absolute;
            left: 8px;
            top: 14px;
            z-index: 10000;
        }
        .srcoll_04 .next
        {
            width: 12px;
            height: 42px;
            display: block;
            background: url(next_03.gif) no-repeat;
            position: absolute;
            right: 8px;
            top: 14px;
            z-index: 10000;
        }
        .srcoll_04 div
        {
            width: 249px;
            height: 140px;
            position: relative;
            float: left;
            overflow: hidden;
            display: inline;
            margin-left: 27px;
            margin-top: 13px;
        }
        .srcoll_04 div ul
        {
            position: absolute;
            left: 0px;
			
            width: 10000px;
        }
        .srcoll_04 div ul li
        {
            float: left;
            width: 54px;
            margin-right: 10px;
            display: inline;
            text-align: center;
        }
        .srcoll_04 div ul li img
        {
            width: 54px;
            height: 42px;
            border: 2px solid #e8e8e8;
        }
        