/*
 * REQUIRED
*/
.featuredposts-container {
	overflow: hidden;
	position: relative;
}
.featuredposts-slides {
	position: absolute;
	top: 0;
	left: 0;
}
.featuredposts-slides div {
	position: absolute;
	top: 0;
	display: none;
}


/*
 * OPTIONAL BY LAYOUT
*/


/* Sets bounds for elements; ie. next/prev icons. */
.featuredposts {
	margin: 0 auto;
	position: relative;
	clear: both;
}
.featuredposts-image {
	position: relative !important;
	display: block !important;
}


.featuredposts .previous {
	outline: none;
	position: absolute;
	left: 10px;
}
.featuredposts .next {
	outline: none;
	position: absolute;
	right: 10px;
}


ul.featuredposts-pagination {
	padding: 0;
	margin: 2px auto !important;

	position: relative;
	bottom: 25px;
	list-style-type: none !important;
}
ul.featuredposts-pagination li {
	float: left;
	margin: 0 5px;
}	
ul.featuredposts-pagination a {
	outline: none;
	display: block;
	width: 12px;
	padding-top: 12px;
	height: 0;
	overflow: hidden;
	background-position: 0 0; /* Sprite location for default slide indicator. */
	background-repeat: no-repeat;
}
ul.featuredposts-pagination li.active a {
	background-position: 0 -12px; /* Sprite location for active slide indicator. */
}

/* SET PADDING FOR THIS AREA IN INIT.TXT! Must reduce width by twice the padding to handle overlap properly. */
.featuredposts-excerpt {
	position: absolute !important;
	display: block !important;
	background: transparent url('images/excerpt-bg.png') top left repeat;
	left: 0;
	color: #FFFFFF !important;
	font-size: 12px;
}
.featuredposts-excerpt a {
	color: #FFFFFF !important;
	font-style: italic;
	font-weight: bold;
}
.featuredposts-excerpt
.date {
	display: block !important;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 0em;
	margin-top: 0.1em;
	margin-bottom: 1em;
}
.featuredposts-excerpt h2, 
.featuredposts-excerpt h2 a {
	padding-top: 0px;
	margin: 0 0 10px !important;
	color: #FFFFFF !important;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
}
ul.featuredposts-pagination li:before {
	content: none !important;
}
/*
 * Force clean to limit inheriting theme styles that may cause issues.
*/
.featuredposts-slides img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.featuredposts .previous img {
	background: transparent;
	border: none;
}
.featuredposts .next img {
	background: transparent;
	border: none;
}
ul.featuredposts-pagination li {
	list-style-type: none !important;
	list-style: none !important;
}

/* REMOVE:


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

*/