/*
	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: 12px;
	line-height: 1.6;
	border: 0;
}
.accessible_news_slider li p {
	font-size:  12px;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
	background: #fff;
	margin: 0;
	border: 0;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}
.accessible_news_slider .back {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 2;
		margin: 0;
	padding: 0;
	border: 0;
}
.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: 50px;
	right: 0;
	z-index: 2;
		margin: 0;
	padding: 0;
	border: 0;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	border: 0;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 160px;
		margin: 0;
	padding: 0;
	border: 0;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 510px;
	border: 0px;
	margin: 0 0 32px 15px;
	padding: 0;
}
.candy_coated a {
	color: #3366CC;
}
.candy_coated .back {
	width: 35px;
	height: 100px;
	background: url(../images/leftarrow1.gif) no-repeat;
	background-position: center left;

}
.candy_coated .next {
	width: 35px;
	height: 100px;
	left: 484px;
	background: url(../images/rightarrow1.gif) no-repeat;
		background-position: center left;

}
.candy_coated .next a {
	position: absolute;
	top: 37px;
	right: 0px;
	width: 35px;
	height: 100px;
	line-height: 30px;
	background: url(../images/rightarrow.gif) no-repeat;
}
.candy_coated .back a {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 35px;
	height: 100px;
	line-height: 30px;
	text-align: right;
	background: url(../images/leftarrow.gif) no-repeat;
}
.candy_coated .view_all {
	border: 0px;
	margin: 30px 0 0 0;
	padding: 10px;
	background: #fff;
	text-align: center;
	border: 0;
}
.candy_coated ul {
	border: 0px;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 15px 25px 0px 35px;
	width: 140px;
}
.red_title_scrollbox a {
  color: #666666;
}

