﻿ /* main_default_pic */
        .main_default_pic
        {
            width: 310px;
            height: 530px;
            overflow: hidden;
            position: relative;
            margin-top: 5px;
           
        }
        .main_default_pic .box
        {
            width: 310px;
            height: 530px;
            box-shadow: 0px 0px 5px #ddd;
            margin: 0px auto;
            overflow: hidden;
            position: relative;
        }
        .main_default_pic .box img
        {
            width: 310px;
            height: 530px;
            position: absolute;
            left: 0px;
            top: 0px;
            opacity: 0;
            filter: alpha(opacity=0);
        }
        
        .main_default_pic .page
        {
            width: 132px;
            height: 22px;
            position: absolute;
            bottom: 60px;
            right: 80px;            
        }
        .main_default_pic .page a
        {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(images/num_grey.png) no-repeat 0px 0px;
            margin: 0px 11px;
            float: left;
            color: #FFF;
            text-decoration: none;
            text-align: center;
        }
        .main_default_pic .page a.active
        {
            background: url(../images/num_red.png) no-repeat 0px 0px;
        }