#container {
	width: 960px;
	}
	
#scrollercontainer {
	background: #000;
	height: 367px;
	width: 960px;
	color: #FFF;
	}	

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
}
#tooltip h3, #tooltip div { margin: 0; }




#tooltip.pretty {
	font-family: Arial;
	border: none;
	height: 25px;
	line-height: 25px;
	background: #000;
	opacity: 0.7;
	color: #FFF;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 0px 10px;
	font-size: 10px;	
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#tooltip.pretty div { width: auto; text-align: center; line-height: 15px; color: #FFF; font-size:12px; }

