/*
	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.0;
}
.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: 0;
	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 {
	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;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ simple Coated ]
-----------------------------------------------------------------------------------------*/
.simple_coated  {
	width: 610px;
	height: 145px;
	/*height: 165px;*/
	margin: 0;
	padding: 0;
}
.simple_coated a { color: #00a0e0; }

.simple_coated .back {
	position: relative;
	top: 5px;
	float: left;
	width: 40px;
	height: 18px;
	background: url(images/prev_bg.gif) no-repeat;
}
.simple_coated .next {
	position: relative;
	top: 5px;
	float: left;
	width: 40px;
	height: 18px;
	left: 530px;
	background: url(images/next_bg.gif) no-repeat;
}
.simple_coated .next a {
	position: relative;
	top: 0;
	width: 40px;
	height: 18px;
	background: url(images/next.gif) no-repeat;
	text-indent: -9999px;
}
.simple_coated .back a {
	position: relative;
	top: 0;
	width: 40px;
	height: 18px;
	background: url(images/prev.gif) no-repeat;
	text-indent: -9999px;
}
.simple_coated .view_all {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee;
}
.simple_coated ul {
	position: static;
	top: 0;
	width: 610px;
	height: 142px;
	position: relative;
	margin: 0;
	padding: 0;
}
.simple_coated li {
	float: left;
	display: block;
	width: 205px;
	height: 142px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.simple_coated li a img{ padding: 0 0 2px 0; }
.simple_coated li a:hover img{ padding: 2px 0 0 0; }

/* ie6 hack */
* html .simple_coated li a{ margin: 0; padding: 0; }
* html .simple_coated li a:hover { position: absolute; top: 2px; }