	#stickers li {
		height: 400px;
	}

	.callout {
		position: absolute;
		top: 0;
		right: 50px;
		width: 125px;
		height: 105px;
		background: url(/app/css/images/luh-dat-shit.png) no-repeat top left;
		text-indent: -9000px;
	}

	.flyer {
		position: relative;
		display: block;
		margin-bottom: 20px;
	}

		.flyer .callout {
			width: 163px;
			height: 143px;
			background: url(/app/css/images/open-it-big.png) no-repeat top left;
			top: 0;
			right: 0;
		}

	ul.products {

		padding-bottom: 50px;
	}

	.products li {
		float: left;
		display: block;
		width: 299px;
		margin-right: 1px;
		margin-bottom: 40px;
		text-transform: uppercase;
		font-size: 28px;
		position: relative;
		font-family: impact, sans-serif;
	}

		.products li small {
			display: block;
		}

	.products .colorways {
		text-align: center;
	}

		.products .colorways li {
			width: 41px;
			height: 41px;
			margin-right: 7px;
			font-family: arial, sans-serif;
			margin-bottom: 0;
		}

			.products .colorways li a {
				display: block;
				width: 40px;
				height: 40px;
				border: solid 1px #fff;
			}

				.products .colorways li a img {
					display: block;
				}

			.products .colorways li span {
				display: none;
			}

	#bearings {
		display: block;
		position: absolute;
		width: 318px;
		height: 249px;
		left: 450px;
		top: 10px;
		text-indent: -9000px;
		background: url(/app/css/images/getcha-roll-on.png) no-repeat top left;
	}