﻿#Product_BigImage
        {
            border: #eaeaea 1px solid;
            width:260px;
            height: 260px;
			overflow:hidden;
        }
        #Product_Opp
        {
            padding: 8px 0px;
            float: left;
            width:260px;
            height: 18px;
            text-align: center;
        }
        #Product_Opp IMG
        {
            display: inline;
            vertical-align: text-top;
        }
        #Product_LittleImage
        {
            padding: 8px 0px;
            float: left;
            overflow: hidden;
            width:260px;
            height:65px;
        }
        #Product_LittleImage UL
        {
            width:260px;
            height:65px;
			overflow: hidden;
        }
        #Product_LittleImage LI
        {
            padding: 7px 0px;
            float: left;
            width:57px;
            height: 50px;
            text-align: center;
        }
        #Product_LittleImage LI IMG
        {
            border: #d7d7d7 1px solid;
            display: inline;
           /* background: #fff;*/
            margin: 0px auto;
            width:46px;
            height:46px;
        }
        #Product_LittleImage LI .curr
        {
            border: #82acd5 2px solid;
             margin-top:-1px;
            padding: 0px;
            cursor:pointer;

        }
