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

#ifb .header{
    width: 240px;
    height: 39px;
    background-color: #;
}
#ifb .header a{
    text-decoration: none;
    text-align: right;
}
#ifb .header img{
    width: auto;  /*Change*/
    margin: -4px 0 0 10px;
    height: 50px;
}
#ifb .header.xcams img{
    width: auto;
    margin: 14px 0 0 17px;
    height: 16px;
}
#ifb .header .wraper{
    float: right;
    position: relative;
    top: 12px;
    right: 12px;
}
#ifb .header .circle{
    position: relative;
    width: 15px;
    height: 8px;
    background: url("https://jygotubvpyguak.com/assets/cp/img/ifb/green_circle.png") center center no-repeat;
    display: inline-block;
}
#ifb .header .online{
    position: relative;
    color: #;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

#ifb .galleryContainer {
    width: 240px;
    height: 140px;
    position: absolute;
    top: 40px;
    left: 0;
    color: #;
    background-color: #;
}

#ifb .galleryContainer .galleryLeft, #ifb .galleryContainer .galleryRight{
    position: absolute;
    width: 19px;
    height: 132px;
    cursor: pointer;
    z-index: 10;
    top: 0px;
}

#ifb .galleryContainer .galleryLeft {
    left: -14px;
    background-color: #;
}
#ifb .galleryContainer .galleryRight {
    right: -14px;
    background-color: #;
}

#ifb .galleryContainer .galleryLeft:hover, #ifb .galleryContainer .galleryRight:hover {
    background-color: #;
}
#ifb .galleryContainer .galleryLeft #arrowLeft {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    margin: auto;
    height: 9px;
    width: 9px;
    border-left: 2px solid #;
    border-top: 2px solid #;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}
#ifb .galleryContainer .galleryRight #arrowRight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 2px;
    margin: auto;
    height: 9px;
    width: 9px;
    border-right: 2px solid #;
    border-top: 2px solid #;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}

#ifb .galleryContainer .galleryCenter {
    width: 176px !important;
    left: 31px !important;
    height: 160px !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;
    width: 176px !important;
    height: 160px !important;
    background-color: #;
    text-align: center;
    float: left;
}
div.slick-list {
    overflow: hidden;
}
#ifb .galleryContainer .galleryCenter ul li a{
    text-decoration: none;
}
#ifb .galleryContainer .galleryCenter ul li a span{
    top: -6px;
    left: 0px;
    position: relative;
    width: 100%;
    height: 20px;
    color: #;
    font-size: 12px;
    font-weight: 300;
    line-height: 11px;
    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: 176px;
    height: 132px;
}

#ifb .footer{
    position: relative;
    top: 154px;
    width: 240px;
    height: 50px;
    background-color: #;
}

#ifb .footer a{
    text-decoration: none;
    position: absolute;
    display: block;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
    width: 214px;
    height: 36px;
    border-radius: 3px;
    font-weight: 600;
    color: #;
    background-color: #;
}
#ifb .footer a:hover {
    color: #;
    background-color: #;
}

#ifb .footer a span{
    line-height: 36px;
}

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