#ifb {
    width: 290px;
    height: 240px;
    position: relative;
    overflow: hidden;
    border: solid # 5px;
    font-family: 'Open Sans', sans-serif;
    background-color: #;
}

#ifb .header{
    width: 290px;
    height: 60px;
    background-color: #;
}
#ifb .header a{
    text-decoration: none;
    text-align: right;
}
#ifb .header img{
    width: auto;  /*Change*/
    height: auto;  /*Change*/
    margin: 10px 0 0 6px;
}
#ifb .header.xcams img{
    height: 25px;
}
#ifb .header .wraper{
    position: relative;
    float: right;
    top: 25px;
    right: 8px;
}
#ifb .header .circle{
    position: relative;
    width: 15px;
    height: 15px;
    background: url("https://sulbzjsrhzjcvdw.com/assets/cp/img/ifb/green_circle.png") center center no-repeat;
    display: inline-block;
}
#ifb .header .online{
    position: relative;
    color: #;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
}

#ifb .galleryContainer {
    width: 290px;
    height: 120px;
    position: absolute;
    top: 60px;
    left: 0;
    color: #;
    background-color: #;
}

#ifb .galleryContainer .galleryCenter {
    width: 280px !important;
    left: 4px !important;
    height: 130px !important;
    padding: 0;
    position: absolute !important;
    top: 0px;
}
#ifb .galleryContainer .galleryCenter ul, #ifb .galleryContainer .galleryCenter ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#ifb .galleryContainer .galleryCenter ul li {
    position: relative;
    cursor: pointer;
    overflow: visible !important;
    width: 138px !important;
    height: 104px !important;
    background-color: #;
    text-align: center;
    margin: 0 1px ;
    float: left;
}
div.slick-list {
    overflow: hidden;
}
#ifb .galleryContainer .galleryCenter ul li a{
    text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
}
#ifb .galleryContainer .galleryCenter ul li a span{
    top: -5px;
    left: 0px;
    position: relative;
    width: 100%;
    height: 20px;
    color: #;
    font-size: 13px;
    font-weight: 300;
    line-height: 10px;
    text-align: center;
}

#ifb .galleryContainer .galleryCenter ul li .effect {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
}
#ifb .galleryContainer .galleryCenter ul li img {
    width: 138px;
    height: 104px;
}

#ifb .footer{
    position: absolute;
    top: 180px;
    width: 290px;
    height: 60px;
    background-color: #;
}

#ifb .footer a{
    text-decoration: none;
    width: 280px;
    height: 47px;
    top: 10px;
    display: block;
    margin: auto;
    border-radius: 3px 3px 3px 3px;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #;
    background-color: #;
}
#ifb .footer a:hover {
    color: #;
    background-color: #;
}

#ifb .footer a span{
    line-height: 47px;
    position: relative;
}

#ifb .galleryContainer .galleryCenter ul li video{
	width: 188px;
    height: auto;
	max-height: 104px;
    position: absolute;
    top: 0;
    left: 50%;
    transform:			translateX(-50%);
	-webkit-transform:	translateX(-50%);
	-ms-transform:		translateX(-50%);
	-o-transform:		translateX(-50%);
}