.quickFlip {
    height: 170px;
    width: 300px;
    float: none;
}

.panel1, .panel2, .panel3 {
	height: 170px;
	width: 300px;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	left: 10px;
	top: 16px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: help;
}

.panel1 {
    background-color: #000000;
    z-index: 10;
}

.panel2 {
    background-color: #000000;
}
