.rivetRight, .rivetLeft {
	position: absolute;
	display: block;
	background: url(../../images/rivet.png) no-repeat;
	width: 13px;
	height: 13px;
	margin-top: 6px;
}

.rivetRight {
	right: 0;
	margin-right: 5px;
}

.rivetLeft {
	left: 0;
	margin-left: 5px;
}