/* @group CSS Reset */

a:link,
a:visited {
	color:#486095;
	text-decoration:none;
}

a:hover,
a:active {
	color:#286aff;
}
/* @end */


/* @group Main Content */
.landing2 #mainContent {
	width:660px;
	height:250px;
	float:left;
}
/* @end */

/* @group Slideshow */
#featuredSlider {
	position:relative;
	overflow:hidden;
}

.landing2 #featuredSlider {
	width:651px;
	height:264px;
	margin-left:8px; 
	margin-top:-13px;
}

/* @end */