/* yahoo tooltip ////////////////////*/
.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333333;
	background-color:#fefcf5;
	font-family:Arial;
	font-size: 12px;
	line-height: 14px;
	padding:8px;
	border:1px solid #ffba00;
	width:270px;
}

.yui-tt h5 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.yui-tt strong {
	color: #000000;
}

.yui-slider-bg {
	position: relative;
	background:url(images/slider-bg-h.gif) 5px 0 no-repeat;
	height:40px;
	width:270px;
}

.yui-slider-thumb {
	position: absolute;   
	top: 4px;  
}

