
.hidden {
	display: none;
}

.tickLink {
	float: left;
	margin: 2px 3px 0px 0px;
	font-size: 11px;
	color:#8583B2;
	text-transform: uppercase;
	font-weight: bold;
}

.tickContent {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	margin: 1px 2px 0px 4px;
	color:#292556;
	position: relative;
	background-color:#FFFF66;
	line-height:16px;
}

.tickButton {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 4px 2px 0px 4px;
	position: relative;
}

#cursor {	
	height: 8px;
	width: 600px;
	position: absolute;
	top: 145px;
	padding: 1px 0px 4px 0px;
	z-index: 100;
}
