.stage, .navigation{
	position: relative;
}
.stage {
	margin-bottom: 5px;
	height: 218px;
}
.featuredarticles-full {
	width: 365px;
	height: 218px;
	position: relative;
    overflow: hidden;
}

.featuredarticles-slides {
	position: relative;
    overflow: hidden;
	height: 147px;
	width: 354px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.featuredarticles-full ul,
.featuredarticles-slides ul {
	width: 20000em;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 147px !important;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.featuredarticles-full ul li{
	width: 365px;
	display: block;
	float: left;
	position: relative;
        height: 220px;
}

.featuredarticles-slides ul li {
	width: 108px;
	height: 147px !important;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	float: left;
	overflow: hidden;
}

.featuredarticles-full ul li a.photo img{
	width: 365px;
	height: auto;
}
.featuredarticles-full ul li a.photo{ 
    max-height: 218px;
    display: inline-block;
}
.featuredarticles-slides ul li a.photo-small img
{
	border: 1px solid #f7f7f7;
	width: 106px;
	height: 78px;
}

.featuredarticles-slides ul li .title{
	padding: 2px 3px;
	line-height: 14px;
	font-size: 10px;
	display: inline-block;
}

.featuredarticles-slides .active {
	background-color: #b3b3b3;
}

.featuredarticles-slides .active a.photo-small img{
	border: 1px solid #b3b3b3;
}

/*
	Next/prev buttons
*/
.navigation .next, .navigation .prev {
	position:absolute;
	top: -134px;
	width: 22px;
	height: 27px;
	display:block;
	z-index:101;
}

.navigation .prev {
	left: 0;
	background: url(../../img/arrow-prev-large.png) 0 0 no-repeat;
}

.navigation .next {
	right: 0;
	background: url(../../img/arrow-next-large.png) 0 0 no-repeat;
}
/*
	Caption
*/
.featuredarticles-full .caption {
        z-index: 500;
        position: absolute;
        left: 0;
        padding: 7px 10px;
        width: 345px !important;
        line-height: normal;
        font-size: 13px;
        font-weight: bold;
        color: #FFF !important;
        text-shadow: none;
        background: url(../../img/caption_bg.png);
        bottom: 0;
        text-indent: 0;
        letter-spacing: 0;
}


/*
.featuredarticles-slides .pagination {
	display: none;
}
*/
/*
.featuredarticles-slides ul.articles {
	margin: 0;
	padding: 0;
	list-style: none;;
	position: relative;
	margin-top: 10px;
	line-height:14px;
	font-size: 11px;
	font-weight: bold;
	height: 130px;
	text-shadow:none;
}
.featuredarticles-slides ul.articles li.article {
	margin-right: 10px;
	width: 108px;
	overflow: hidden;
}
.featuredarticles-slides ul.articles li.article:last-child{
	margin-right: 0px;
}

.featuredarticles-slides ul.articles li.article .title{
	line-height: 14px;
	font-size: 10px;
	display: inline-block;
}

.featuredarticles-slides ul.articles li.article .photo-small img{
	border: 1px solid #f7f7f7;
}

.featuredarticles-slides a.caption:hover {
	text-decoration: none;
}

*/