@charset "utf-8";
/* CSS Document */

.homeslides{background:url(../images/carousel-frame.png) repeat-x;}
.carousel {
	position: relative;
	z-index: 800;
}
#container {
	float: left;
	position: relative;
	z-index: 0;
}
#example {
	position: relative;
}
/*
	Slideshow
*/
#slides {
	position: absolute;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width: 672px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	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
*/
.slides_container div.slide {
	width: 672px;
	height: 438px;
	display: block;
}
/*
	Next/prev buttons
*/
.slides_container .next, .slides_container .prev {
	position: absolute;
	bottom: 200px !important;
	width: 51px;
	height: 56px;
	display: block !important;
	z-index: 999;
}
.slides_container .next {
	left: 950px;
}
.carousel .pagination {
	height: 24px;
	padding: 0 10px;
	position: absolute;
	left: -15px;
	bottom: 20px;
	z-index: 999;
	background: #9c9c9e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: none;
}
.pagination li {
	float: left;
	margin: 0 8px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 6px;
	background-image: url(../carousel/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	text-indent: -9000px;
}
.pagination li.current a {
	background-position: 0 -12px;
}
/*
	Caption
*/
.caption {
	z-index: 500;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.6);
	width: 672px;
	font-size: 1.3em;
	line-height: 1.33;
	color: #fff;
	border-top: 1px solid #ccc;
	text-shadow: #000 1px 1px 1px;
}
.caption h2 {
	color: #fff;
	margin-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.caption h3 {
	color: #fff;
	margin-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.caption p {
	color: #fff;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.frame {
	position: absolute;
	left: -11px;
	top: 0;
	z-index: 995;
}
.slider-right {
	position: absolute;
	right: 5px;
	top: 6px;
	z-index: 999;
	display: block;
	width: 310px;
	height: 425px;
}
.slr-newsletter {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 300px;
	margin: 0 auto; /*background:transparent url(../images/nl-divider.png) center top no-repeat;*/
	padding-top: 4px;
}
.widget_wysija h2 {
	font-size: 18px;
	color: #000;
	text-shadow: #fff 1px 1px 1px;
	margin-bottom: 4px;
}
.form-valid-sub {
	width: 310px;
	background: none;
	padding-top: 0;
	margin-top: 0;
}
.form-valid-sub p {
	float: left;
	height: 28px;
	width: 295px;
	background: transparent url(../images/nl-input.png) 0 0 no-repeat;
}
.form-valid-sub p.wysija-instruct {
	float: left;
	padding: 0 0 5px 0;
	text-shadow: #000 1px 1px 1px;
	color: #fff;
	height: auto;
	width: auto;
	background: none;
}
.widget_wysija .wysija-email {
	margin: 5px 6px 0 7px;
	float: left;
	width: 190px;
	border: none;
	background: transparent none;
}
.form-valid-sub input[type="submit"] {
	width: 88px;
	height: 33px;
	line-height: 0.8em;
	padding-top: 0;
	text-transform: uppercase;
	float: right;
	vertical-align: middle;
	border: none;
	color: #DDC289;
	font-size: 12px;
	background: transparent url(../images/nl-submit.png) no-repeat 0 0;
	margin: 0 !important;
	text-shadow: #000 1px 1px 1px;
}
.form-valid-sub input[type="submit"]:hover {
	color: #fff;
}
.slr-news {
	height: 320px;
}
.slr-news a:link, .slr-news a:visited {
	color: #000;
}
.slr-single {
	float: left;
	width: 302px;
	margin: 2px 0;
	padding: 0 4px 2px 4px;
	height: 105px;
	text-shadow: #fff 1px 1px 1px;
	box-shadow: #666 1px 1px 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}
.slr-thumb {
	float: left;
	margin-right: 8px;
	width: 100px;
	padding-top: 3px;
}
.slr-text {
	float: left;
	width: 190px;
}
.slr-date {
	font-style: italic;
	font-size: 11px;
	margin-top: 2px;
}
.slr-title {
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	padding: 3px 0;
}
.slr-excerpt {
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
}
