#featured-post-wrap {
background:#DED5B3 url(../images/featured-bg.gif) repeat-x scroll 0 0;
height:206px;
margin:0 0 3px;
overflow:hidden;
padding:13px 0 16px;
position:relative;
width:665px;
float: left;
}

#featured-post {
	margin:0 auto;
	z-index:1;
}

.featured-item {
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#efecde;
	padding:7px;
	border:1px solid #efecde;
	margin-right:5px;
	float:left;
	width:280px;
}

.featured-item .date-post {
	text-transform:uppercase;
	font-size:10px;
	color:#bb0a0a;
}

.featured-item .title {
	background:transparent url(../images/featured-border.gif) repeat-x 0 100%;
	padding-bottom:5px;
	margin-bottom:3px;
	clear:left;
	font-size:18px;
	font-weight:normal;
}

.featured-item .title a { color:#460404; }

.featured-item .title a:hover { color:#b50a0a; }

.featured-item .post {
	margin:0;
	padding:0;
	background:none;
	float:left;
	width:318px;
}

.featured-item .entry {
	color:#460404;
}

.featured-item a.read-more {
	background:url(../images/read-more-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#fefefe;
	height:19px;
	line-height:19px;
	padding:0 6px;
	width:102px;
	margin-top:10px;
}

.featured-item a.read-more:hover { color:#131313; }

#featured-prev, #featured-next {
	background:url(../images/featured-nav-button.gif) no-repeat;
	position:absolute;
	top:202px;
	width:24px;
	height:23px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
}

#featured-prev {
	background-position:0 0;
	right:33px;
}

#featured-next {
	background-position:100% 0;
	right:9px;
}

/*Slide */
#mygallery { margin:14px auto 20px; overflow: hidden; float:left;}

.stepcarousel {
	position:relative; /*leave this value alone*/
	overflow:scroll; /*leave this value alone*/
	width:600px; /*Width of Carousel Viewer itself*/
	height:165px; /*Height should enough to fit largest content's height*/
	margin:0 auto;
	left: 20px;
	}

	.stepcarousel .belt {
		position:absolute; /*leave this value alone*/
		left:0;
		top:0; }

	.stepcarousel .panel {
		float:left; /*leave this value alone*/
		overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin-right:3px ; /*margin around each panel*/
		width:190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
		height:155px;
		border:4px solid #DED5B3;
		background:#DED5B3; }

		.stepcarousel .panel p {
			text-align:left; /*leave this value alone*/
			overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
			margin:5px 5px ; /*margin around each panel*/ }

		.stepcarousel .panel h2 {
			text-align:left; /*leave this value alone*/
			height:20px;
			overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
			margin:2px 5px ; /*margin around each panel*/
			font-size:16px;
			font-weight:bold;
			text-align:center;
			font-family:Georgia,century gothic,Arial,verdana, sans-serif; }

		.stepcarousel .panel img {
			float:left; /*leave this value alone*/
			margin:0; /*margin around each panel*/
			padding:0; }