.slides_container .item-slide {
	width:930px;
	margin:0;
	padding:0;
	text-shadow:none;
}
.slides_control{
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
/*pagination*/
.page-button {
	margin:10px auto 0;
	width:100px;
	height:20px;
	display:block;
	text-align:center;
}
.page-button li {
	display:inline;
	margin:0 1px;
	list-style:none;
}
.page-button li a {
	height:15px;
	width:14px;
	background: url(carou-button.png) no-repeat center center;
	cursor:pointer;
	display: inline-block;
	text-indent: -999em;
}
.page-button li:hover a{
	background: url(carou-button-hover.png) no-repeat center center;
}
.page-button li.current a {
	background: url(carou-button-active.png) no-repeat center center;
	cursor:default;
}

#slides {
	margin:0 0 25px;
	position: relative;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
#slides .post-wrap {
	width: 430px;
	float: left;
	position: relative;
	padding: 30px 0 0 30px;
	-webkit-animation: sliderMoveFromLeft 1s;
}
#slides .post-wrap.fullwidth {
	width: auto;
	float: none;
	padding: 0 60px;
}
#slides .post-wrap.align-right { text-align: right; }
#slides .post-wrap.align-center { text-align: center; }
#slides .post-content {
	font-size: 14px;
	color: #777;
}
#slides .featured-image {
	width: 430px;
	float: right;
	position: relative;
	margin-right: 30px;
	-webkit-animation: sliderMoveFromBottom 0.8s;
}
#slides .featured-image.fullwidth {
	width: auto;
	float: none;
	margin: 0;
	text-align: center;
}
#slides .featured-image.fullwidth img {
	display: inline;
	border-radius: 4px;
}
#slides .hentry {
	padding: 0 0 20px;
	margin: 0;
	border: none;
	width: 980px;
}
#slides .post-title {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	line-height: 1.3;
}
#slides .pagination {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	left: 50%;
	z-index: 30;
}
#slides .pagination li {
	display: inline;
	position: relative;
	right: 50%;
	float: left;
	text-indent: -9999px;
	margin: 0 4px 0 0;
}
#slides .pagination li a {
	border: none;
	display: block;
	width: 23px;
	height: 5px;
	background: #bbb;
	margin: 0;
	padding: 0;
	float: none;
}
#slides .pagination li a:hover,
#slides .pagination li.current a { background: #777; }
#slides .next,
#slides .prev {
	display: block;
	position: absolute;
	top:50%;
	margin-top:-19px;
	width:24px;
	height:38px;
	z-index: 101;
	text-indent:-9999px;
}
#slides .next:hover,
#slides .prev:hover {
}
#slides .next {
	right: -60px;
	background:url(right.png) no-repeat right center;
}
#slides .prev {
	left:-60px;
	background:url(left.png) no-repeat right center;
}

#slides .slide-title{
	margin:40px 0 20px;
	font-size:24px;
	line-height:120%;
	color: #fff;
}
#slides .slide-description{
	margin:0 0 20px;
	color: #fff;
}
