/*
 * 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: 0px auto; /* Centers */
	position: relative;
	clear: both;
}

.featuredposts-container {
	border: 1px solid #CBCBCB;
}

.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 {
	margin: 0;
	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-title {
	display: block !important;
	position: relative !important;
	border-bottom: 2px solid #CBCBCB;
	background: #F5F5F5;
}
.featuredposts-title h2 {
	margin: 0 !important;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: normal !important;
}

.featuredposts-excerpt {
	position: relative !important;
	display: block !important;
	border-top: 2px solid #CBCBCB;
	background: #F5F5F5;
}

.date {
	display: block !important;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 0em;
	margin-top: 0.1em;
	margin-bottom: 10px;
}

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;
}



*/
