


#featured_slide_{

	position:relative; /* important */

	margin:0 auto;

	display:block;

	width:961px;

	height:250px;

	color:#FFFFFF;

	
	/*border:10px solid #737E86;*/

	overflow:hidden; /* important */

	}



#featured_slide_Content{

	width:961px; /* important to be same as image width */

	position:absolute;

	display:inline;

	margin:0;

	padding:0;

	list-style:none;

	}



.featured_slide_Image{

	position:relative;

	display:none;

	float:left;

	margin:-20px;

	padding:0;

	width:961px; /* important - must be same as image width and slider width */

	height:291px; /* important - must be same as image height and slider height */

	list-style:none;

	}



.featured_slide_Image img{

	width:961px;

	height:291px;
	

	}



.featured_slide_Image div.introtext{

	position:absolute;

	top:0;

	left:655px;

	width:300px;

	height:375px;

	padding:20px 15px 15px 15px;

	color:#036;

	background-color:#a5e3fa;

	/* Uncomment here for Opacity support in all browsers

	filter:alpha(opacity=70);

	-moz-opacity:0.7;

	-khtml-opacity:0.7;

	*/

	opacity:0.7;

	display:none;

	}



#featured_slide_ h2{

	margin:0 0 8px 0;

	padding:0 0 8px 0;

	border-bottom:1px solid #949BA0;
    font-size:13px;
	 }



#featured_slide_ p{line-height:1.6em;}

#featured_slide_ a{color:#0F3;}