.flipperMom {
	position: relative;
	top: 0;
	left: 0;
	height: 175px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 100px;
	background: url(assets/trivia_quiz_80.jpg) 10px 10px no-repeat transparent;
	border: 3px double #8D98A9;
}
.flipperMom p {
	text-align: left;
	margin: 15px 0 20px 5px;
	font-size: 14px;
}
p.flipperLast {
	display: inline;
	text-align: left;
	margin: 0 0px 10px 10px;
}
.flipperLast a { /*style the same as the other buttons on the site */
	background: url(assets/splash_bottom.jpg) 0 -40px no-repeat transparent;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none !important;
	border: 1px solid #8D98A9;
	padding: 2px 4px 3px 4px;
}
.flipperLast a:hover {
	color: #E7D3C6;
}
p.flipperNext {
	display: inline;
	text-align: right;
	margin: 0 0px 10px 210px;
	padding-bottom: 10px;
}
.flipperNext a {
	background: url(assets/splash_bottom.jpg) 0 -40px no-repeat transparent;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none !important;
	border: 1px solid #8D98A9;
	padding: 2px 4px 3px 4px;
}
.flipperNext a:hover {
	color: #E7D3C6;
}
.flipperItem {
    text-align: left;
	height: 120px; 
	z-index:16; 
	visibility: hidden; 
	display: none; 
	width:320px; 
	margin: 0 0 0 5px;
	position:relative; 
	top:0; 
	left:0;
}