#ifb {
    width: 728px;
    height: 90px;
    position: relative;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

#ifb .galleryContainer {
    width: 728px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0px;
    color: #;
    background-color: #;
}

#ifb .galleryContainer .header{
    position: absolute;
    width: 114px;
    height: 90px;
    float: left;
    top: 0px;
    display: table;
    text-align: center;
}
#ifb .galleryContainer .header a{
    text-decoration: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#ifb .galleryContainer .header #webcam{
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 18px;
    font-family: Open Sans;
}

#ifb .galleryContainer .header a #webcam #s1{
    font-size: 14px;
    letter-spacing: 3px;
}

#ifb .galleryContainer .header a #webcam #s2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
#ifb .galleryContainer .header a img{
    height: auto;
    width: auto;
    max-width: 114px;
    max-height: 50px;
}
#ifb .galleryContainer .header .wraper{
    float: left;
    position: relative;
    text-align: center;
}
#ifb .galleryContainer .header .circle{
    width: 15px;
    height: 10px;
    background: url("https://owupwpoefdfxuuf.com/assets/cp/img/ifb/green_circle.png") center center no-repeat;
    display: inline-block;
    position: relative;
}
#ifb .galleryContainer .header .online{
    color: #;
    text-align: left;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

#ifb .galleryContainer .footer{
    width: 114px;
    height: 90px;
    position: relative;
    left: 614px;
    z-index: 100;
    background-color: #;
}
#ifb .galleryContainer .footer a{
    text-decoration: none;
    width: 90%;
    height: 60%;
    display: block;
    margin: auto;
    color: #;
    background-color: #;
    border-radius: 5px 5px 5px 5px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 13px;
    text-align: center;
}
#ifb .galleryContainer .footer a:hover {
    color: #;
    background-color: #;
}

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

#ifb .galleryContainer .galleryCenter {
    width: 500px !important;
    left: 114px !important;
    height: 90px;
    padding: 0;
    position: absolute !important;
}
#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: 125px !important;
    height: 90px !important;
    background-color: #;
    text-align: center;
    float: left;
}
#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: 125px;
    height: 90px;
}

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