/*
	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.6;
        text-align:center;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
        width:251px;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	color: #9b858d;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .back a:focus,
.accessible_news_slider .next a:focus {
        text-decoration:none;
}
.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;
	width: 252px;
}


  .cols-colOne .slideH { width: 252px; margin-top:20px; }

  .slideH p.back, .slideH p.next { width:12px; height:56px; position:absolute; top:50%; margin-top:-31px; z-index:1000; }
  .slideH p.back { left:0; }
  .slideH p.next { right:0; }

  .slideH p.back a, .slideH p.next a { display:block; width:12px; height:56px; z-index:2000; }
  .slideH p.back a { background:url('/inc/jquery/galleriffic/fleche-gauche-slide.png') no-repeat; }
  .slideH p.next a { background:url('/inc/jquery/galleriffic/fleche-droite-slide.png') no-repeat; }

  .slideH p.back a:hover, .slideH p.next a:hover { background-position:bottom left; }

