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

.accessible_news_slider li,
.accessible_news_slider p {
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;

}
.accessible_news_slider li p {
	font-size: 12px;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	height:auto;

}
.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;

	bottom:0px;
	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;

	bottom:0px;
	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: 250px;
}

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

.candy_coated  {
	width: 250px;

	height:230px;
	border-bottom: 2px solid #eee ;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 35px;
	height: 34px;
	background: url(../images/themes/candy_coated/prev_bg.gif) no-repeat;
	
}
.candy_coated .next {
	width: 35px;
	height: 34px;
	left: 215px;
	background: url(../images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 0px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}

.candy_coated li {
	padding: 0px 0;
	overflow: hidden;
	text-align:justify;
}

.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	width: 235px;
	
}
