/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	background-image: url(../images/scroll_flleft.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
.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 {
	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: 225px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 900px;
	margin: 0px 0 32px 0px;
	padding-top: 30px;
}
.candy_coated a {
	color: #ed2f77;
	text-decoration: none;
	font-size: 100%;
}
.candy_coated a:hover {
	color: #903;
	text-decoration: none;
	font-size: 100%;
}
.candy_coated .back {
	width: 90px;
	height: 58px;
	background: url(images/themes/candy_coated/prev_bg.gif) no-repeat;
	font-size: 20px;
}
.candy_coated .next {
	width: 90px;
	height: 58px;
	left: 840px;
	text-align: left;
	background: url(images/themes/candy_coated/next_bg.gif) no-repeat;
	font-size: 20px;
}
.candy_coated .next a {
	padding-right: 20px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	padding-left: 20px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	margin: 38px 0 0 0;
	padding: 0px;
	background: #eee;
	text-align: center;
}
.candy_coated li {
	padding: 38px 0 15px 0;
	overflow: hidden;
	text-align: center;
}
.candy_coated li img {
	text-align: center;
}
.candy_coated li p {
	margin: 0 10px 0 10px;
	width: 205px;
}
