.container_Recent .recent{
	float: left;
	margin-bottom: 0px;
	width: 81px;
	height: 75px;
	border: 1px solid #edeaeb;
}
.container_Recent .recent img{
	width: 81px;
	height: 75px;
}
.recentPost{
	position: relative;
}
.recentPost #Carousel_recent{
	overflow: hidden;
}
.container_Recent{
	float: left;
}
.recentPostPrev {
	background: url('../../img/common/prevArrow.png') no-repeat;
	width: 7px;
	height: 10px;
	position: absolute;
	right: 45px;
	top: 35px;
	cursor: pointer;
}
.recentPostNext {
	background: url('../../img/common/nextArrow.png') no-repeat;
	width: 7px;
	height: 10px;
	position: absolute;
	right: 23px;
	top: 35px;
	cursor: pointer;
}
/*Recent post with text*/
.widget_wp_recent_post_text img {
	float: left;
	margin: 0px 10px 20px 0px;
	width: 70px;
	height: 60px;
}
.widget_wp_recent_post_text h4 {
	line-height: 15px;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 400;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.widget_wp_recent_post_text h4:hover {
	/*color: #dd3030;*/
}
.widget_wp_recent_post_text p {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
}
.widget_wp_recent_post_text p a {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.widget_wp_recent_post_text p a:hover {
	/*color: #dd3030;*/
}
.widget_wp_recent_post_text span {
	float: right;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #dd3030;
}
.widget_wp_recent_post_text .footerPost {
	margin-bottom: 20px;
}
.widget_wp_recent_post_text .footerPost:last-child {
	margin-bottom: 0px;
}
