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

.accessible_news_slider img {
	border: 0;
}

.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: 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: 715px;
}

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

.candy_coated  {
	width: 715px;
	margin: 0 0 0px 0px;
	background: url(../img/structur/loading.gif);
	background-repeat: no-repeat;
	background-position: 310px 240px;
}

.candy_coated .back {
	width: 60px;
	height: 535px;
	left: 0px;
	top: 0px;
}
.candy_coated .next {
	width: 60px;
	height: 535px;
	left: 655px;
	top: 0px;
}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 535px;
	line-height: 30px;
	background: url(../img/structur/next_off.png);
	background-repeat: no-repeat;
	background-position: 322px 235px;
}
.candy_coated .next a:hover {
	background: url(../img/structur/next_on.png);
	background-repeat: no-repeat;
	background-position: 322px 235px;
}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 535px;
	line-height: 30px;
	text-align: right;
	background: url(../img/structur/back_off.png);
	background-repeat: no-repeat;
	background-position: 10px 235px;
}
.candy_coated .back a:hover {
	background: url(../img/structur/back_on.png);
	background-repeat: no-repeat;
	background-position: 10px 235px;
}

.candy_coated ul {
}
.candy_coated li {
	padding: 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}
