/* generic styles to be applied to the demo objects */
	.foo {
		position:relative;
	}
	
	.bar {
		position:relative;
	}
	
	.baz {
		position: relative;
		width: 40px;
		height: 105px;
		display: block;
		float: left;
		padding: 0;
		margin: 0 0px 0 0;
	}
