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

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

#ifb .galleryContainer .header{
    position: absolute;
    width: 120px;
    height: 75px;
    top: 0px;
    display: table;
    text-align: center;
}

#ifb .galleryContainer .header a{
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-family: Open Sans;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
}

#ifb .galleryContainer .header a #wraper{
    display: inline-block;
    text-align: left;
}

#ifb .galleryContainer .header a #s1{
    font-size: 16px;
    letter-spacing: 2px;
}

#ifb .galleryContainer .header a #s2{
    font-size: 23px;
    font-weight: bold;
}

#ifb .galleryContainer .header a img{
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 70px;
}

#ifb .galleryContainer .footer{
    width: 120px;
    height: 75px;
    position: relative;
    top: 525px;
    z-index: 100;
    background-color: #;
}

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

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

#ifb .galleryContainer .galleryCenter {
    width: 120px !important;
    left: 0px !important;
    height: 450px !important;
    padding: 0;
    position: absolute !important;
    top: 75px;
}
#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: 120px !important;
    height: 90px !important;
    background-color: #;
    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: 120px;
    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%);
}
