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

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

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

	color: #000;
	speak: none;
}
