@charset "UTF-8";
/* Percentage Flipper Styles */

/* Home Page Flips */
#flip_stat_1 {
	background-image: url(../images/home/stat_r1.png);
}
#flip_stat_2 {
	background-image: url(../images/home/stat_r2.png);
}
#flip_stat_3 {
	background-image: url(../images/home/stat_r3.png);
}
#flip_stat_4 {
	background-image: url(../images/home/stat_r4.png);
}
#flip_stat_5 {
	background-image: url(../images/home/stat_r5.png);
}
#flip_stat_6 {
	background-image: url(../images/home/stat_r6.png);
}
.home-flipper {
	width: 152px;
	height: 152px;
	display: block;
	overflow: hidden;
}
.home-flipper:hover {
	background-position: 0 -152px;
}
/* Content Page Flips */
#flip_large_1 {
	background-image: url(../images/flip-stats/1.png);
	background-repeat: no-repeat;
}
#flip_large_2 {
	background-image: url(../images/flip-stats/2.png);
	background-repeat: no-repeat;
}
#flip_large_3 {
	background-image: url(../images/flip-stats/3.png);
	background-repeat: no-repeat;
}
#flip_large_4 {
	background-image: url(../images/flip-stats/4.png);
	background-repeat: no-repeat;
}
#flip_large_5 {
	background-image: url(../images/flip-stats/5.png);
	background-repeat: no-repeat;
}
#flip_large_6 {
	background-image: url(../images/flip-stats/6.png);
	background-repeat: no-repeat;
}
#flip_large_7 {
	background-image: url(../images/flip-stats/7.png);
	background-repeat: no-repeat;
}
.percentage_flipper {
	float: left;
	width: 338px;
	height: 338px;
	overflow: hidden;
}
.percentage_flipper:hover {
	background-position: 0 -338px;
}