/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.2;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
display:none;
}
.accessible_news_slider .skip_to_news {
display:none;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
}

/* Accessible News Slider : Plugin Specific : Galerie SLIDER
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 190px;
	margin: 0;
}
.business_as_usual a {
}
.business_as_usual .back {
	width: 16px;
	height: 108px;
	left: 0;
	background:#fff url(../images/interface/btn-prev.jpg) no-repeat top left;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 108px;
	background:#fff url(../images/interface/btn-prev.jpg) no-repeat top left;
	text-decoration:none;
}
.business_as_usual .next {
	width: 15px;
	height: 108px;
	right: 0;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 108px;
	text-align: right;
	background:#fff url(../images/interface/btn-suiv.jpg) no-repeat top right;
	text-decoration:none;
}
.business_as_usual .view_all {
	display:none;
}
.business_as_usual li {
	padding: 0;
	overflow: hidden;
	width: 180px;
}
.business_as_usual li img {
	float: left;
	display: inline;
	height:108px;
}

/* Accessible News Slider : Plugin Specific : Actus SLIDER
-----------------------------------------------------------------------------------------*/

.actus_as_usual  {
	width: 690px;
	height:120px;
	margin: 0;
}
.actus_as_usual a {
	color:#4ca7d6;
	font-size:12px;
}
.actus_as_usual .back {
	width: 50px;
	height: 20px;
	left: 0;
}
.actus_as_usual .back a {
	position: absolute;
	top: 100px;
	left: 450px;
	width: 100px;
	height: 20px;
	background:transparent url(../images/interface/pic-prev.jpg) no-repeat center left;
	padding-left:15px;
}
.actus_as_usual .next {
	width: 50px;
	height: 20px;
	right: 0;
}
.actus_as_usual .next a {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 100px;
	background:transparent url(../images/interface/pic-suiv.jpg) no-repeat center right;
}
.actus_as_usual .view_all {
	display:none;
}
.actus_as_usual li {
	padding: 0;
	overflow: hidden;
	width: 690px;
}
.actus_as_usual li img {
	float: left;
	display: inline;
}

/* Accessible News Slider : Plugin Specific : Stats SLIDER
-----------------------------------------------------------------------------------------*/

.stats_as_usual  {
	width: 340px;
	height:280px;
	margin: 10px;
}
.stats_as_usual a {
	color:#4ca7d6;
	font-size:12px;
}
.stats_as_usual .back {
	width: 50px;
	height: 20px;
	left: 0;
}
.stats_as_usual .back a {
	position: absolute;
	top: 250px;
	left: 180px;
	width: 70px;
	height: 20px;
	background:transparent url(../images/interface/pic-prev.jpg) no-repeat center left;
	padding-left:15px;
}
.stats_as_usual .next {
	width: 50px;
	height: 20px;
	right: 0;
}
.stats_as_usual .next a {
	position: absolute;
	top: 250px;
	right: 20px;
	width: 50px;
	background:transparent url(../images/interface/pic-suiv.jpg) no-repeat center right;
}
.stats_as_usual .view_all {
	display:none;
}
.stats_as_usual li {
	padding: 0;
	overflow: hidden;
	width: 340px;
	height:200px;
}
.stats_as_usual li img {
	float: left;
	display: inline;
}
.stats_as_usual p {
	padding-bottom:10px;
	margin:10px 0 10px 0;
}