﻿.MiddleImageADContainer {
    margin: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    border: 2px solid #EBE8E8;
}
    .MiddleImageADContainer a {
        display:inline-block;
        position:relative;
        width:160px;
        height:120px;
        overflow:hidden;
        color:inherit;
    }
    
        .MiddleImageADContainer a div {
            position: absolute;
            top: 0;
            right: 160px;
            width: 160px;
            height: 120px;
            overflow: hidden;
            padding: 4px;
            border: 1px solid silver;
            background-color: white;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
        }
        .MiddleImageADContainer a:hover div {
            right:0;
        }
            .MiddleImageADContainer a div .ImageTitle, .RightRecommendWrapper a div .ImageTitle {
                font-weight: bold;
                display: block;
                text-align: left;
                padding: 5px;
                background-color: #EBE8E8;
                line-height: 15px;
                margin-bottom:5px;
            }
            .MiddleImageADContainer a div .ImagePhone, .MiddleImageADContainer a div .ImageAddress {
                display:block;
                padding:5px;
                text-align:left;
                line-height:12px;
            }
        .MiddleImageADContainer a img {
            width:100%;
            height:100%;
        }