#carousel-triggers-container {
	display: inline-block;
	float: right;
}
#carousel-triggers-container > a.carousel-jumper {
	background: url(../img/bullets_square_gray.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: 4px 3px 0 3px;
	float: left;
	border: none;
	outline: none;
}
#carousel-triggers-container > a.carousel-jumper:focus {
	outline: none;
}
#carousel-triggers-container > a.carousel-jumper.carousel-selected {
	background: url(../img/bullets_square_gray.png) no-repeat -14px 0;
}
#carousel-wrapper {
	overflow: hidden;
	clear: both;
}
#carousel-content {
}
#carousel-content > article {
	float: left;
}