/* Document css */
.featuredarticleshow-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.featuredarticleshow-wrapper p {
	margin-bottom: 10px;
}
#slidenav{
	left: 44%;
	right: 0;
	bottom: 3px;
    position: absolute;
    z-index: 1;
}
#slidenav a,
#slidenav #pauseButton{
	color: #626262;
	width: 16px;
	height: 16px;
	padding: 3px 5px;
	margin-right: 5px;
	text-decoration: none;
	outline: none;
	border: 0 none;
	cursor: pointer;
}
#slidenav a {
	background: url(../images/slidenav.png) no-repeat center center;	
}
#slidenav .play {
	background: url(../images/nav-play.png) no-repeat center center;
}
#slidenav .pause {
	background: url(../images/nav-pause.png) no-repeat center center;
}
#slidenav a.activeSlide{
	background: url(../images/slidenav-active.png) no-repeat center center;
	border: 0 none;
	color: #FF9600;
}
.slider_area{
	width: 100%;
	position: relative;
	z-index: 2;
}
.slider_content,
.slider_content_bg{
	position: absolute;
	padding: 5px 10px 10px 20px;    border-radius: 7em;
}
.slider_content .title {
	margin: 0 0 0px;
	padding-top: 10px;	
}
.slider_content .title a{
	font-size: 18px;
	font-family: Verdana, Helvetica;
	text-decoration: none;	text-align: center;
}
.slider_content a.readmore{
	background-color: #858585;
	color: #FFF;
	text-decoration: none;
	padding: 10px 33px;
}
.slider_content .introtext {
	padding-bottom: 17px;
}
