/* CSS Document */
#ticker {
	height: 12em; 
	margin: 0 0 1.8em 0; 
	position: relative;
}
#ticker .cursor {
	display: inline-block; 
	background: #565c61; 
	width: 0.6em; 
	height: 1em; 
	text-align: center;
}
#ticker p {margin-bottom: 0.8em;}
#ticker code {margin: 0.4em 0.4em; display: block;}
#ticker .next {position: absolute; bottom: 1em;}

