.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: .9em;
	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: relative;
	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: relative;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	top: 5px;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 275px;
	margin: auto;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 550px;  /* 600px; */ /* 720px; also worked (nicely */
	border-bottom: 0px solid #ccc;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 0 12px 0; /* 0 0 32px 60px; */
}
.candy_coated a {
	/* color: #ff3300; */
	/* color: #336699; */
	color: #0A345E;
}
.candy_coated a:hover {
	background-color: #0A345E;
	color: #FFFFFF;
}
.candy_coated .back {
	left: 2%; /*  10px; when 10%, worked ok too */
	width: 31px;  /* 61px; */
	height: 1em;  /* 58px;  */
	top: 1.2em;
	line-height: 1.4em;
	font-size: .8em;
	/* background: url(images/themes/candy_coated/prev_bg.gif) no-repeat; */
}
.candy_coated .next {
	width: 31px; /* 61px; */
	height: 1em; /* 58px; */
	line-height: 1.5em;
	font-size: .8em;
	top: 1.2em;
	left: 65%; /* 540px; */ /* then, 85% */
	/* background: url(images/themes/candy_coated/next_bg.gif) no-repeat; */
}
.candy_coated .next a {
	position: absolute;
	top: 1em; /* 13 or 15px */
	right: 100px; /* 10px; */
	width: 6em; */ /* 150px; */
	/* height: 40px; try commenting out */
	line-height: 1.5em; /* 30px; */
	text-align: center;
	/* background: url(images/themes/candy_coated/next3.gif) no-repeat top right; */
}

.candy_coated .next a:hover {
color: #fff;
}
.candy_coated .back a:hover {
color: #fff;
}
.candy_coated .back a {
	position: absolute;
	top: 1em; /* 10px; */
	left: 0; /* 10px; */
	width: 6em; /* 100px; */ /* 150px; */
	line-height: 1.5em;
	/* try commenting out height: 40px; */
	/* line-height: 30px;  did have this commented out */
		text-align: center;
	/* background: url(images/themes/candy_coated/back3.gif) no-repeat; */
}
.candy_coated .view_all {
	/* border-bottom: 2px solid #ccc; */
	margin: 0 3px 0 3px; /* 58px 0 0 0 (trbl) */ /* most recent effective = 0 0 0 0; */
	padding: .2em; /* 10px; */
	background: #fff;
	text-align: left; /* original = text-align: center; */
	width: 100%;
	line-height: 2.5em;
}
.candy_coated .view_all a:hover {
color: #fff;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 5px 0 5px 0; /* was 0 15px, ?, x & y or top/bottom & left/right? */
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: auto;
	height: 280px;
}
.candy_coated li img {
	/* float: left; */
	margin: auto;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0;
	/* margin: 0 0 0 10px; */
	width: 160px;
	text-align: center;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 720px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	background: url('../../Elements/accessible-news-slider-1.4/images/themes/business_as_usual/back_bg.gif') no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	background: url('../../Elements/accessible-news-slider-1.4/images/themes/business_as_usual/back.gif') no-repeat top right;
}
.business_as_usual .next {
	width: 361px;
	height: 23px;
	right: 0;
	background: url('../../Elements/accessible-news-slider-1.4/images/themes/business_as_usual/next_bg.gif') no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url('../../Elements/accessible-news-slider-1.4/images/themes/business_as_usual/next.gif') no-repeat top left;
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	background: url('../../Elements/accessible-news-slider-1.4/images/themes/business_as_usual/view_all_bg.gif') repeat-x bottom left;
	text-align: center; margin-left:0; margin-right:0; margin-top:35px; margin-bottom:0
}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 240px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}