.featured_slider_full {
	padding: 0;
	position: relative;
	width: 100%;
	display: table;
	height: 372px;
	background: url(../images/shadow.png) no-repeat bottom;
	overflow: hidden;
	z-index: 3;
}
.featured_slider {
    display: table;
    height: 385px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#slider{
	height:385px;
	margin:auto;
	width:1300px;
}
.caption_text {
    color: #FCFAF6;
    font-family: 'Open Sans',sans-serif;
    height: 200px;
    left: 15%;
    padding: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px #222222;
    top: 36px;
    width: 380px;
}
.caption_text .title{
	font-size: 28px;
    line-height: 28px;
	font-weight:700;
}
.caption_text .desc{
	 font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
}
.slide_link {
	display: block;
	width: 100%;
	height: 350px;
	position: relative;	
}
* {
	margin: 0;
	padding: 0;
} /* Hard reset */
/* The following styles are essential to the slider's functionality */

	.plusslider {
	
	position: relative;
	padding: 0; /* The height / width of the slider should never be set via the CSS. The padding increases the slider box-model while keeping it dynamic */
}
.plusslide-container {
	position: relative;
}
.plusslider .child {
}
.plusnav {
	position: absolute;
	top: 160px;
	right: 50%;
	margin-right: -470px;
	width: 980px;
	text-align: center;
	z-index: 9999;
}
.plusnav li {
	display: block;
	width: 24px;
	height: 35px;
	text-indent: -9999em;
	margin: 0;
	/*-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease-in;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease-in;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;*/
	cursor: pointer;
	/*opacity: 0;*/
	z-index: 200;
	position: absolute;
}
.plusslider:hover .plusnav li {opacity: 1; }
.plusnav .prev {
background:url(../images/arrow_slider_ki.png) center center no-repeat;
left: -40px;
}
.plusnav .next {
	background:url(../images/arrow_slider_ka.png) center center no-repeat;
	right: 20px;
}
/* PlusFader Specific (not needed with plustype:slider */
	.plustype-fader .child {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.plustype-fader .current {
	z-index: 5;
}
/* End PlusFader Specific */

	/* No-javascript fallback -- change "#slider" and "#slider2" identifiers as needed for your html */
	#slider > * {
	display: none;
}
#slider > *:first-child, #slider2 > *:first-child {
	display: block;
}
/* End no-javascript fallback */

/* End essential styles*/

/* The following styles are not essential for slider functionality. They are specific to the example content.
   It is important to note that the fading effect does not work correctly with non-image content unless that
   content area has a solid background (either a background image or a background-color, but not transparent).

	Slides to not have to be the same width or height, but if you'd like a consistent width and/or height, make sure to set that within the CSS! */
	#slider .slide1 {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0;
	margin-right: 0;
}
#slider .slide1 {
	height: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.slide1 {
	background: url(../images/image1.html) no-repeat left top;
	height: 210px;
	padding: 20px 40px;
	width: 550px;
}
.slide1 h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 20px 0;
	text-align: left;
}
.slide1 p {
	border-left: 3px solid #fff;
	color: #fff;
	padding: 0 0 0 10px;
}
.quote {
	background: #f1f1f1;
	color: #333;
	font: 24px Georgia, serif;
	padding: 50px 20px;
	text-align: center;
}
#slider a img, #slider2 a img {
	border: none;
} /* Prevent blue borders in IE (not only does it look ugly, but it messes up spacing which breaks the "slider" type */
.plusslider-controls {
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -470px;
	position: absolute;
	text-align: center;
	width: 940px;
	height: 12px;
	list-style: none;
}
.plusslider-controls li {
    background: url("../images/btn_slide_off.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 10px 7px 0 0;
    text-indent: -9999em;
    width: 14px;
}
.plusslider-controls li:hover, .plusslider-controls li.current {
	background: url(../images/btn_slide_on.png) no-repeat 0px 0px;
}