.block_home_slider {
	position: relative;
	width: 495px;
	height: 350px;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .caption {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -27px;
	text-align: center;
	z-index: 90;
}

.block_home_slider .caption a {
	background: rgb(255, 255, 255);
    height: 28px;
    width: 493px;
    line-height: 27px;
    border: 1px solid rgb(204, 204, 204);
    font-weight: bolder;
    overflow: hidden;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(../images/sprite_arrow_2.png);
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 34px;
	right: 5px;
	z-index: 99;
}

.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;

}

.block_home_slider .flex-control-paging li a {
	background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 0px 0px 0px 5px;
    border: 0px;
    cursor: pointer;
    list-style: none;
    display: block;
    position: relative;
    top: 0px;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background: rgb(153, 0, 0);
    color: rgb(255, 255, 255);
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin: 0px 0px 0px 5px;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    list-style: none;
    display: block;
    position: relative;
    top: -2px;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
	height: 350px;
}

.flex-viewport{
	height: 350px;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	height: 322px;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}