#container {
	background: url(/ms/frameworks/img/scroller/framecontainerbgrnd.jpg) top left no-repeat;
	height: 367px;
	width: 956px;
	}
	
#scrollercontainer {
	height: 320px;
	width: 956px;
	}	

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }




#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 205px;
	padding:20px 30px 20px 15px;
	height: 135px;
	opacity: 0.8;
	background: url(/ms/frameworks/img/scroller/shadow.png);
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 15px;
	width: 220px;
	color: #79288c;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: center; line-height: 15px; color: #000; font-size:12px; }

