.featured_slider_full {
	padding: 0;
	position: relative;
	width: 100%;
	display: table;
	height: 398px;
	background: url(../images/slider_shadow.png) no-repeat bottom;
	overflow: hidden;
	z-index: 3;
}
.featured_slider {
	width: 100%;
	height: 366px;
	position: relative;
	margin: 0 auto;
	display: table;
	border-bottom: 1px solid #dbdbdb;
}
.caption_text {
	position: absolute;
	margin-right: -470px;
	width: 920px;
	right: 50%;
	bottom: 0px;
	background: url(../images/caption_bg.png);
	padding: 10px;
	color: #fcfaf6;
	font-family: Marvel, Tahoma, sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 1px #222;
}

.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: 940px;
	text-align: center;
	z-index: 9999;
}
.plusnav li {
	display: block;
	width: 19px;
	height: 34px;
	background: url(../images/slider_arrows.png) no-repeat 0 0;
	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 {
left: 0px;
}
.plusnav .next {
	background-position: -19px 0;
	right: 0px;
}
/* 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.jpg) 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 {
	width: 6px;
	height: 6px;
	text-indent: -9999em;
	background: url(../images/slider_bullets.png) no-repeat 0px 0px;
	display: inline-block;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.plusslider-controls li:hover, .plusslider-controls li.current {
	background: url(../images/slider_bullets.png) no-repeat -6px 0px;
}