 /*
 * Required 
*/
.featuredpost-container {
	width: 620px;
	height: 515px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.featuredpost-slides {
	position: absolute;
	top: 0;
	left: 0;
}
.featuredpost-slides div {
	position: absolute;
	top: 0;
	width: 620px;
	display: none;
}
.featuredpost-slides img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*
 * Optional
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.featuredpost {
	margin: 0px auto;
	width: 620px;
	position: relative;
	clear: both;
}
ul.featuredpost-pagination {
	list-style-type:none;
	margin:0;
	padding: 0;
	margin: 2px auto;
	width: 135px;
}
ul.featuredpost-pagination li {
	float: left;
	margin: 0 5px;
}	
ul.featuredpost-pagination a {
	outline: none;
	display: block;
	width: 12px;
	padding-top: 12px;
	height: 0;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul.featuredpost-pagination li.active a {
	background-position: 0 -12px;
}
a.previous {
	outline: none;
	position: absolute;
	top: 120px; 
	left: 10px;
}
.previous img {
	background: transparent;
	border: none;
}
a.next {
	outline: none;
	position: absolute;
	top: 120px;
	right: 10px;
}
.next img {
	background: transparent;
	border: none;
}
.home-featured-image {
	position: relative !important;
	height: 370px;
	display: block !important;
}
.home-featured-excerpt {
	position: relative !important;
	display: block !important;
	width: 600px !important;
	height: 135px;
	padding: 10px;
	border-top: 2px solid #CBCBCB;
	background: #F5F5F5;
}
.date {
	display: block !important;
	font-family: 'Nobile', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 0em;
	margin-top: 0.1em;
	margin-bottom: 1em;
}
.date .weekday{
	font-family: 'Nobile', Helvetica, Arial, sans-serif;
	color: #4c1c78;
	text-transform: uppercase;
}
.date .author{
	font-family: 'Nobile', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 16px;
	color:#999;
}