﻿/******  临时相册控件  **********/
.divAlbumHome_Outerline{ /* 外框 */
    border-bottom:1px solid #dadada;

    background-color:#eaeaea;
    overflow:hidden;

    a.mainImg{/* 主图片*/
       display:block;
       width:1200px; height:400px;
    }

    .divAdHtml{ padding:20px; background-color:rgba(0, 0, 0, 0.40);
                padding-right:20px;
                position:absolute;  width:930px;
                
                display:none;
                background-image:url(/App_imgs/mi26_go_FFF.png);
                background-repeat:no-repeat;
                background-position:right top;
                background-origin:content-box;
                p{ color:white;  line-height:2em;}
    }
}

.divAlbumHome_SwitchBtns{ /* 控制按钮 外框 */
    text-align:center;
    padding:10px;
    a{ display:inline-block;
       background-image:url(/imgs/back_abbtns.png);
       width:15px; height:15px;
        margin:0px 10px 0px 10px; cursor:pointer;

       &:hover{ background-position:0px -30px; }
       &.now{ background-position:0px -15px;}
    }

}

/******  临时相册控件  **********/
