/* News */
/* Slideshow */
.slideshow {
}
.slideshow,
.slideshow .slides,
.slideshow .slides li {
	width: 100%;
	overflow: hidden;
	position: relative;
    font-size: 0;
}
.slideshow_container {
	position: relative;
}
.slideshow_nav {
    position: absolute;
   	z-index: 100;
    right: 0;
	left: 0;
    bottom: 0px;
}
.slideshow_description {
	background: rgb(83,43,26);
	background: rgba(83,43,26, 0.85);
	padding: 20px;
    height: 20px;
}
.slideshow_description h2 {
    text-transform: uppercase;
	font-size: 22px;
    letter-spacing: 1px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: normal;
}
.slideshow_description .description {
    padding-bottom: 10px;
    font-size: 15px;
	color: #ccc;
}
.slideshow_description a.read_more {
    text-transform: uppercase;
    font-size: 11px;
	color: #fff;
}
.slideshow_pager ul {
    position: relative;
    text-align: right;
    bottom: -35px;
    z-index: 200;
}
.slideshow_pager ul li {
	background: url('../img/news_inactive.png') no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	cursor: pointer;
    margin-right: 10px;
	font-size: 0;
}
.slideshow_pager ul li.selected,
.slideshow_pager ul li:hover {
	background: url('../img/news_active.png') no-repeat;
}