/*
 * Piston kit
 */


/* index.html */
ul.pistonlist { text-align: center; outline-style: none; overflow: hidden;}
ul.pistonlist li { display: inline-block; margin: 10px; }

/* lineup.html */
div.piston-exp { width: 420px; float: left; }
div.piston-exp-fig { width: 200px; float: right; text-align: center; }

.s-ws, .s-cs, .s-ps, .s-rs {
	display: block;
	text-indent: 200%;
	width: 38px; height: 16px;
	background: no-repeat center bottom;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
}
.s-ws { background-image: url(s-ws.png); }
.s-cs { background-image: url(s-cs.png); }
.s-ps { background-image: url(s-ps.png); }
.s-rs { background-image: url(s-rs.png); }

