.widget_postlist {
	position: relative;
	
}

.widget_postlist .slides {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.widget_postlist .slides li {
	margin: 0 10px;
	max-width: 225px;
	padding: 0;
}

.widget_postlist .slides li:last-child {
	margin-right: 0;
}

.widget_postlist .slides img {
	width: 100%;
	height: auto;
	
}

.widget_postlist a:active,
.widget_postlist a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* FlexSlider Necessary Styles
*********************************/

.widget_postlist {
	margin: 0;
	padding: 0;
}

.widget_postlist .slides > li {
	display: none;
}

.widget_postlist .slides img {
	display: block;
	max-width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	height: 0;
	
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
	
}

/* Slide Navigation */

.widget_postlist .flex-control-nav {
	position: absolute;
	top: 2px;
	right: 66px;
	
	display: block;
}

.widget_postlist .flex-control-nav li {
	display: inline-block;
	margin-left: 6px;
}

.widget_postlist .flex-control-nav li a {
	width: 9px;
	height: 10px;
	
	background: url(slider-ind-inactive.png) no-repeat;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

.widget_postlist .flex-control-nav li a.flex-active {
	background: url(../slider/slider-ind-active.png) no-repeat;
}

.widget_postlist .flex-direction-nav {
	position: absolute;
	top: 0;
	right: 0;
	
	display: block;
}

.widget_postlist .flex-direction-nav li {
	display: inline-block;
	margin-left: 4px;
}

.widget_postlist .flex-direction-nav li a {
	width: 22px;
	height: 22px;
	
	display: block;
	text-indent: -9999px;
}

.widget_postlist .flex-direction-nav li a.flex-next {
	background-image: url(../slider/slider-nav-next.png);
}

.widget_postlist .flex-direction-nav li a.flex-prev {
	background-image: url(../slider/slider-nav-prev.png);
}

/* Slide Text */

.widget_postlist .post-info {
	background: #1c1c1c;
	color: #FEFEFE;
	padding: 3px 6px;
	text-align: center;
}

.widget_postlist .post-info a {
	color: inherit;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}