DIV.feature-section {
	position: relative;
	margin: 0 auto 10px auto;
	overflow: hidden;
	width: 740px;
	/*border: 1px solid #555; */
	height: 200px;
	padding-bottom: 5px;
	background-color: #FFF;
}
DIV.feature-section > DIV.move-button-group {
	position: absolute;
	bottom: 5px;
	right: 300px;
}
DIV.feature-section > DIV.move-button-group > A.move-button {
	display: block;
	float: left;
	color: #6B217F !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #6B217F !important;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
}
DIV.feature-section > DIV.move-button-group > A.move-button:hover {
	color: #232F84 !important;
	background-color: #232F84 !important;
}
DIV.feature-section > DIV.move-button-group > A.move-button.active,DIV.feature-section > DIV.move-button-group > A.move-button.active:hover {
	font-weight: normal;
	background-color: #232F84 !important;
	color: #232F84 !important;
}
DIV.feature-section > DIV.progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #CCC;
}
DIV.feature-section > DIV.move-button-group > A.pause-button {
	background: #6B217F center center no-repeat url(../images/pause.gif);
	display: block;
	float: left;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	text-align: center;
	text-decoration: none;
}
DIV.feature-section > A.pause-button:hover {
	color: #fff;
}
DIV.feature-section A.move-button.right, DIV.feature-section A.move-button.left {
	display: none !important;
}
DIV.featured-item-group {
	position: absolute;
	top: 0;
}
DIV.featured-item-group > DIV {
	position: relative;
	overflow: hidden;
	width: 740px;
	height: 200px;
}
DIV.featured-item-group > DIV > DIV.text {
	margin-top: 30px;
	margin-left: 190px;
	width: 500px;
	z-index: 0;
	white-space: pre-line;
}
DIV.featured-item-group > DIV > DIV.text h2:first-child {
}

/*
DIV.featured-item-group > DIV > A.readmore {
	position: absolute;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 85%;
	font-weight: bold;
	padding: .2em 3em;
	text-decoration: none;
	border: 3px solid #ccc;
	background-color: #fff;
	color: #000;
	bottom: 5px;
	right: 5px;
}
*/

DIV.featured-item-group > div > div.text > h2 {
	margin: 0;
	font-size: 230%;
	line-height: .95em;
	font-weight: 600 !important;
	font-family: Arial, Gill Sans MT, Gill Sans, Tahoma, Helvetica;
}

DIV.featured-item-group > div > div.text > p {
	margin: 0;
	font-size: 175%;
	line-height: .95em;
	padding-top: 5px;
	font-weight: bold !important;
	font-family: Arial, Gill Sans MT, Gill Sans, Tahoma, Helvetica;
}

DIV.featured-item-group > div > div.text > p.smaller {
	margin: 0;
	font-size: 130%;
	line-height: .95em;
	padding-top: 5px;
	font-weight: bold !important;
	font-family: Arial, Gill Sans MT, Gill Sans, Tahoma, Helvetica;
}

DIV.featured-item-group > div > div.text > h2.tighter {
	line-height: .9em;
}




/* NEW DESIGNED LOOK */

DIV.featured-item-group > div.bgimg-welcome_blue { background-image: url(../images/feature-bg/welcome_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-welcome_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-blue_paw { background-image: url(../images/feature-bg/blue_paw_2014_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-blue_paw > div.text > h2 {color:#232F84;}
DIV.featured-item-group > div.bgimg-blue_paw_f { background-image: url(../images/feature-bg/blue_paw_2014_f.png); background-repeat:no-repeat;  }
DIV.featured-item-group > div.bgimg-blue_paw_f > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-symposium_blue { background-image: url(../images/feature-bg/symposium_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-symposium_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-green_cp { background-image: url(../images/feature-bg/green_cp.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-green_cp > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-green_complaint { background-image: url(../images/feature-bg/green_complaint.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-green_complaint > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-green_acc { background-image: url(../images/feature-bg/green_acc.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-green_acc > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-blue_idtheft_e { background-image: url(../images/feature-bg/blue_idtheft_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-blue_idtheft_e > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-blue_idtheft_f { background-image: url(../images/feature-bg/blue_idtheft_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-blue_idtheft_f > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-green_la { background-image: url(../images/feature-bg/green_la.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-green_la > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-cc_green { background-image: url(../images/feature-bg/cc_green.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-cc_green > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-purple_youth { background-image: url(../images/feature-bg/purple_youth.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-purple_youth > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-gn_purple_e { background-image: url(../images/feature-bg/gn_purple_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-gn_purple_e > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-gn_purple_f { background-image: url(../images/feature-bg/gn_purple_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-gn_purple_f > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-rr_purple_e { background-image: url(../images/feature-bg/rr_purple_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-rr_purple_e > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-rr_purple_f { background-image: url(../images/feature-bg/rr_purple_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-rr_purple_f > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-target_red { background-image: url(../images/feature-bg/target_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-target_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-app_red { background-image: url(../images/feature-bg/app_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-app_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-appgd_blue { background-image: url(../images/feature-bg/appgd_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-appgd_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-purple_gc { background-image: url(../images/feature-bg/purple_gc.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-purple_gc > div.text > h2 {color:#6C217F;}

DIV.featured-item-group > div.bgimg-fpm_red_e { background-image: url(../images/feature-bg/fpm_red_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-fpm_red_e > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-fpm_red_f { background-image: url(../images/feature-bg/fpm_red_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-fpm_red_f > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-pipeda_r_red_e { background-image: url(../images/feature-bg/pipeda_r_red_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-pipeda_r_red_e > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-pipeda_r_red_f { background-image: url(../images/feature-bg/pipeda_r_red_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-pipeda_r_red_f > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-ar_pipeda_blue_e { background-image: url(../images/feature-bg/ar_pipeda_blue_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-ar_pipeda_blue_e > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-ar_pipeda_blue_f { background-image: url(../images/feature-bg/ar_pipeda_blue_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-ar_pipeda_blue_f > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-pp_red_e { background-image: url(../images/feature-bg/pp_red_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-pp_red_e > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-pp_red_f { background-image: url(../images/feature-bg/pp_red_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-pp_red_f > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-sbw_blue { background-image: url(../images/feature-bg/sbw_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-sbw_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-ar_pa_green_e { background-image: url(../images/feature-bg/ar_pa_green_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-ar_pa_green_e > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-ar_pa_green_f { background-image: url(../images/feature-bg/ar_pa_green_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-ar_pa_green_f > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-dpd2014_red { background-image: url(../images/feature-bg/dpd2014_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-dpd2014_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-os_green_e { background-image: url(../images/feature-bg/os_green_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-os_green_e > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-os_green_f { background-image: url(../images/feature-bg/os_green_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-os_green_f > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-sr_cic_green_e { background-image: url(../images/feature-bg/sr_cic_green_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-sr_cic_green_e > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-sr_cic_green_f { background-image: url(../images/feature-bg/sr_cic_green_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-sr_cic_green_f > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-busguide_blue_e { background-image: url(../images/feature-bg/busguide_blue_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-busguide_blue_e > div.text > h2 {color:#232F84;}
DIV.featured-item-group > div.bgimg-busguide_blue_f { background-image: url(../images/feature-bg/busguide_blue_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-busguide_blue_f > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-indguide_red_e { background-image: url(../images/feature-bg/indguide_red_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-indguide_red_e > div.text > h2 {color:#A30134;}
DIV.featured-item-group > div.bgimg-indguide_red_f { background-image: url(../images/feature-bg/indguide_red_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-indguide_red_f > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-consent_red { background-image: url(../images/feature-bg/consent_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-consent_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-casl_green { background-image: url(../images/feature-bg/casl_green.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-casl_green > div.text > h2 {color:#006325;}

DIV.featured-item-group > div.bgimg-ret-dis_red { background-image: url(../images/feature-bg/ret-dis_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-ret-dis_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-privacyquestion_red { background-image: url(../images/feature-bg/privacyquestion_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-privacyquestion_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-privacyproblem_red { background-image: url(../images/feature-bg/privacyproblem_red.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-privacyproblem_red > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-webcam_blue { background-image: url(../images/feature-bg/webcam_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-webcam_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-dpd2016_red_e { background-image: url(../images/feature-bg/dpd2016_red_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-dpd2016_red_e > div.text > h2 {color:#A30134;}
DIV.featured-item-group > div.bgimg-dpd2016_red_f { background-image: url(../images/feature-bg/dpd2016_red_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-dpd2016_red_f > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-consultations_blue { background-image: url(../images/feature-bg/consultations_blue.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-consultations_blue > div.text > h2 {color:#232F84;}

DIV.featured-item-group > div.bgimg-red_fpm_e { background-image: url(../images/feature-bg/blue_idtheft_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-red_fpm_e > div.text > h2 {color:#A30134;}

DIV.featured-item-group > div.bgimg-red_fpm_f { background-image: url(../images/feature-bg/blue_idtheft_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-red_fpm_f > div.text > h2 {color:#A30134;}


DIV.featured-item-group > div.bgimg-blue_fpm_e { background-image: url(../images/feature-bg/blue_idtheft2_e.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-blue_fpm_e > div.text > h2 {color:#232F84;;}

DIV.featured-item-group > div.bgimg-blue_fpm_f { background-image: url(../images/feature-bg/blue_idtheft2_f.png); background-repeat:no-repeat; }
DIV.featured-item-group > div.bgimg-blue_fpm_f > div.text > h2 {color:#232F84;;}



/* END OF NEW DESIGNED LOOK */

/* FEATURE REMOVED BUT COULD STILL BE USED IF LOW ON ACTIVITIES



/* END OF NEW DESIGNED LOOK */



/*
DIV.featured-item-group > div.bgimg-blue { background-image: url(../images/feature-bg/blue.png); }
DIV.featured-item-group > div.bgimg-blue > div.text > h2 {color: #009;}
DIV.featured-item-group > div.bgimg-blue_groupofpeople { background-image: url(../images/feature-bg/blue_groupofpeople.png); }
DIV.featured-item-group > div.bgimg-blue_groupofpeople > div.text > h2 {color: #1b75bb;}
DIV.featured-item-group > div.bgimg-blue_eye { background-image: url(../images/feature-bg/blue_eye.png); }
DIV.featured-item-group > div.bgimg-blue_eye > div.text > h2 {color: #1b75bb;}
DIV.featured-item-group > div.bgimg-blue_nopeople { background-image: url(../images/feature-bg/blue_nopeople.png); }
DIV.featured-item-group > div.bgimg-blue_nopeople > div.text > h2 {color: #009;}
DIV.featured-item-group > div.bgimg-green { background-image: url(../images/feature-bg/green.png); }
DIV.featured-item-group > div.bgimg-green > div.text > h2 {color: #090;}
DIV.featured-item-group > div.bgimg-green_nopeople { background-image: url(../images/feature-bg/green_nopeople.png); }
DIV.featured-item-group > div.bgimg-green_nopeople > div.text > h2 {color: #090;}
DIV.featured-item-group > div.bgimg-green_cc { background-image: url(../images/feature-bg/green_cc.png); }
DIV.featured-item-group > div.bgimg-green_cc > div.text > h2 {color: #090;}
DIV.featured-item-group > div.bgimg-green_chart { background-image: url(../images/feature-bg/green_chart.png); }
DIV.featured-item-group > div.bgimg-green_chart > div.text > h2 {color: #006325;}
DIV.featured-item-group > div.bgimg-orange { background-image: url(../images/feature-bg/orange.png); }
DIV.featured-item-group > div.bgimg-orange > div.text > h2 {color: #CC3300;}
DIV.featured-item-group > div.bgimg-orange_folder { background-image: url(../images/feature-bg/orange_folder.png); }
DIV.featured-item-group > div.bgimg-orange_folder > div.text > h2 {color: #CC3300;}
DIV.featured-item-group > div.bgimg-orange_nopeople { background-image: url(../images/feature-bg/orange_nopeople.png); }
DIV.featured-item-group > div.bgimg-orange_nopeople > div.text > h2 {color: #CC3300;}
DIV.featured-item-group > div.bgimg-orange_speaker { background-image: url(../images/feature-bg/orange_speaker.png); }
DIV.featured-item-group > div.bgimg-orange_speaker > div.text > h2 {color: #CC3300;}
DIV.featured-item-group > div.bgimg-orange_video { background-image: url(../images/feature-bg/orange_video.png); }
DIV.featured-item-group > div.bgimg-orange_video > div.text > h2 {color: #000;}
DIV.featured-item-group > div.bgimg-purple { background-image: url(../images/feature-bg/purple.png); }
DIV.featured-item-group > div.bgimg-purple > div.text > h2 {color: #603;}
DIV.featured-item-group > div.bgimg-purple_nopeople { background-image: url(../images/feature-bg/purple_nopeople.png); }
DIV.featured-item-group > div.bgimg-purple_nopeople > div.text > h2 {color: #603;}
DIV.featured-item-group > div.bgimg-purple_checklist { background-image: url(../images/feature-bg/purple_checklist.png); }
DIV.featured-item-group > div.bgimg-purple_checklist > div.text > h2 {color: #6C217F;}
DIV.featured-item-group > div.bgimg-purple_youth { background-image: url(../images/feature-bg/purple_youth.png); }
DIV.featured-item-group > div.bgimg-purple_youth > div.text > h2 {color: #6C217F;}
DIV.featured-item-group > div.bgimg-red_youth { background-image: url(../images/feature-bg/red_youth.png); }
DIV.featured-item-group > div.bgimg-red_youth > div.text > h2 {color: #900;}
DIV.featured-item-group > div.bgimg-red_video { background-image: url(../images/feature-bg/red_video.png); }
DIV.featured-item-group > div.bgimg-red_video > div.text > h2 {color: #000;}
DIV.featured-item-group > div.bgimg-red_video_w { background-image: url(../images/feature-bg/red_video_w.png); }
DIV.featured-item-group > div.bgimg-red_video_w > div.text > h2 {color: #000;}
DIV.featured-item-group > div.bgimg-red_adult { background-image: url(../images/feature-bg/red_adult.png); }
DIV.featured-item-group > div.bgimg-red_adult > div.text > h2 {color: #900;}
DIV.featured-item-group > div.bgimg-red_nopeople { background-image: url(../images/feature-bg/red_nopeople.png); }
DIV.featured-item-group > div.bgimg-red_nopeople > div.text > h2 {color: #900;}
DIV.featured-item-group > div.bgimg-red_target { background-image: url(../images/feature-bg/red_target.png); }
DIV.featured-item-group > div.bgimg-red_target > div.text > h2 {color: #900;}
DIV.featured-item-group > div.bgimg-teal { background-image: url(../images/feature-bg/teal.png); }
DIV.featured-item-group > div.bgimg-teal > div.text > h2 {color: #000;}
DIV.featured-item-group > div.bgimg-teal_nopeople { background-image: url(../images/feature-bg/teal_nopeople.png); }
DIV.featured-item-group > div.bgimg-teal_nopeople > div.text > h2 {color: #000;}
DIV.featured-item-group > div.bgimg-teal_idtheft { background-image: url(../images/feature-bg/teal_idtheft.png); }
DIV.featured-item-group > div.bgimg-teal_idtheft > div.text > h2 {color: #000;}
*/