.gallery_type1{
    float:left;
}
.gallery_type1 li{
    position:relative;
    z-index:0;
    float:left;
    text-align:center;
    margin-bottom:20px;
}
.gallery_type1 li .cover_hover{
    background-position:top left;
    background-repeat:no-repeat;
    position:absolute;
    z-index:-1;
    display:none;
}
.gallery_type1 .img{
    display:block;
    margin-bottom:15px;
}
.gallery_type1 li .title{
    opacity:.5;
    font-weight:bold;
}
.gallery_type1 li:hover .title{
    opacity:1;
}
.gallery_type1 li:hover .cover_hover{
    display:block;
}


        #hosts{}
        #hosts li{
            margin-right:32px;
            margin-bottom:20px;
            width:276px;
            
        }
        #hosts .cover_hover{
            background-image:url('../images/large_cover.png');
            width:326px;
            height:272px;
            left:-25px;
            top:-25px;
        }
        #hosts .img{
            width:276px;
            height:222px;
            margin-bottom:15px;
        }
        
        #casts{}
        #casts li{
            margin-right:32px;
            margin-bottom:20px;
            width:123px;
            height:170px;
            
        }
        #casts .cover_hover{
            background-image:url('../images/cast_hover.png');
            width:177px;
            height:147px;
            left:-24px;
            top:-24px;
        }
        #casts .img{
            width:123px;
            height:99px;
            margin-bottom:15px;
        }