.avatar {
    position: relative;
}
.tv_hot .avatar {
    display: block;
    overflow: hidden;
}

.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
    box-shadow: 0 0 10px gray;
}
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
}
.carousel-inner{
	margin-top:9px;
}



