/*
	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;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.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 {
	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 {
	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;
	width: 289px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Riverview Directions ]
-----------------------------------------------------------------------------------------*/

.directions  {
	width: 100%;
	margin: 0;
}
.directions a {
	font-weight:bold;
}
.directions .back {
	width: 61px;
	height: 58px;
	margin-bottom:10px;
}
.directions .next {
	width: 61px;
	height: 20px;
	margin-bottom:10px;
}
.directions .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.directions .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 20px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}
.directions .view_all {
	padding: 10px;
	text-align: center;
}
.directions ul {
	
}
.directions li {
	padding: 15px 0;
	overflow: hidden;
}
.directions li img {
	float: left;
	display: inline;
}
.directions li p {
	float: left;
	display: inline;
	margin: 0;
	width: 100%;
}
