.slideShow_content {
	margin: 0 auto;
	position: relative;
	border: 1px solid #3c3217;
}

div.article_slider {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div.article_slider div.contentBoxWrapper {
	position: relative;
}

div.article_slider div.readmore {
	position: absolute;
	right: 10px;
}

div.article_slider div.readmore a {
	text-decoration: none;
	font-weight: bold;
	margin: 5px 10px 0 0;
}

div.article_slider div.slide_show_header h3 {
	padding: 0;
	margin: 0 10px 10px;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
}

div.article_slider div.navBar {
	position: absolute;
	z-index: 100;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	bottom: 0px;
}

div.article_slider div.navBar div.center_nav {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 22px;
	position: relative;
}

div.article_slider a.previous,div.article_slider a.next {
	width: 50px;
	text-decoration: none;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
}

div.article_slider a.previous {
	left: 4px;
}

div.article_slider a.previous:hover {
	background: url('images/nav_arrows.png') no-repeat scroll left 50% transparent;
}

div.article_slider a.next {
	right: 4px;
}

div.article_slider a.next:hover {
	background: url('images/nav_arrows.png') no-repeat scroll right 50% transparent;
}

div.article_slider div.navBar ul {
	display: inline;
	padding: 0;
	margin: 0;
}

div.article_slider div.navBar ul.numbers {
	color: #b9b8bd;
	font-weight: bold;
	list-style-type: none;
}

div.article_slider div.navBar ul li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 0 2px;
	padding: 0;
	background-image: none;
	line-height: 16px;
	height: 16px;
	cursor: pointer;
	width: 12px;
}

div.article_slider div.navBar ul.numbers li {
	font-size: 12px;
}

div.article_slider div.navBar ul.dots li {
	margin: 3px 2px 0;
}

div.article_slider div.navBar ul.numbers li.button_img_selected {
	cursor: default;
}

div.article_slider div.navBar ul.dots li.button_img_selected {
	cursor: default;
}

div.article_slider div.navBar ul.dots li.button_img {
	background: url('images/small_dots.png') 50% 0 no-repeat;
}
div.article_slider div.navBar ul.dots li.button_img:before, div.article_slider div.navBar ul.dots li.button_img_selected:before {
	list-style-type: none;
	content: none;
}

div.article_slider div.navBar ul.dots li.button_img:hover {
	background: url('images/small_dots.png') right 0 no-repeat;
}

div.article_slider div.navBar ul.dots li.button_img_selected {
	background: url('images/small_dots.png') left 0 no-repeat;
}

div.article_slider div.contentBoxWrapper {
	overflow: hidden;
	padding: 0;
}

div.article_slider div.contentBoxWrapper .content-box {
	position: relative;
	overflow: hidden;
	padding: 5px;
}

div.article_slider div.contentBoxWrapper .content-box p a {
	text-decoration: none;
	font-weight: bold;
}

div.article_slider div.textContent {
	overflow: hidden;
}

div.contentError {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #C00;
}

div.full-art-txt {
	position: absolute;
	bottom: 0;
	z-index: 101;
	text-align: justify;
	padding: 5px;
	border-top: 1px solid #373737;
}

div.readmore-full {
	margin: 6px;
}

div.textContent>img.full-art-img {
	margin: 0px !important;
	position: absolute;
	width: 100%;
	height: 100%;
}