#insightCarousel
{
border:1px solid #E2ECF5; 
height:230px;
overflow:hidden;
position:relative;
width:222px;
}
#insightPanels
{
	position: relative;
}
#insightPanels div
{
 
}
#insightPanels div p
{
	margin-top: 5px;
	font-size: 10px;
	line-height: 130%;
}
#insightPanels div a
{
	text-decoration: none;
	color: #283f6e;
}
#insightPanels div a:hover
{
	text-decoration: underline;
}

#insightPanels div h2
{
	font-size: 11px;
	line-height: 120%;
	background-color: transparent;
	text-align: left;
}

#insightPanels div h2 a
{
	color: black;
}
#insightPanels div h2 a:hover
{
	color: #3b629b;
}

#insightNavigation
{
	background: url(nav_bg.jpg) repeat-x top left;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 9px;
	font-weight: bold;
}

#insightNavigation span
{
	position: relative;
	top: 2px;
}

#advanceLeft
{
	float: left;
	cursor: pointer;
}
#advanceRight
{
	float: right;
	cursor: pointer;
}