/*Featured Post Slide Show*/
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 940px;
	height: 300px; /*Height should enough to fit largest content's height*/
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 920px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#mygallery .belt .panel .left_panel {
	float: left;
	height: 265px;
	width: 480px;
	border: 6px solid #E9E7E0;
	margin-left: 12px;
}

#mygallery .belt .panel .right_panel {
	float: right;
	width: 400px;
	margin-left: 15px;
}
.featured-post-title h2 a {
	color: #E9E7E0;
	text-decoration: none;
}
.featured_entry {
	color: #FFF;
}
.postmetadata {
	color: #FFF;
}
.postmetadata a {
	color: #E9E7E0;
	text-decoration: none;
}
.featured-post-title h2 a:hover {
	color: #FFF;
}
