.jquery-text-shadow-text {
	position: relative;
	z-index: 10;
}

.jquery-text-shadow {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 9;

	opacity: .6;
	filter:alpha(opacity=60);

	color: #aaa;
	speak: none;
}