

.quickFlip {
    height: 222px;
    width: 222px;
    float: left;
}

.panel1, .panel2, .panel3, .panel4 {
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: "Trebuchet MS", Verdana, Sans-serif, sans;
    line-height: 40px;
}

.panel1 {
    z-index: 10;
	background-image:url(../img/bpi.png);
	 height: 222px;
    width: 222px;
}

.panel2 {
	height: 222px;
    width: 222px;
    color: #333;
	background-image:url(../img/bpi-atras.png);
}
.panel3 {
    z-index: 10;
	background-image:url(../img/tha.png);
	 height: 222px;
    width: 222px;
}

.panel4 {
	height: 222px;
    width: 222px;
    color: #333;
	background-image:url(../img/tha-atras.png);
}

.addthis_toolbox {
    width: 240px;
    margin: 30px auto;
}

.addthis_toolbox a {
    color: #000;
}

.footer {
    font-size: .8em;
}