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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",Times,Serif;
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color:#333333;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 14px;
}
.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;
	right 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: 235px;
}

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

.candy_coated  {
	width: 940px;
	border-bottom: 2px solid #ffffff;
	margin: 0 0 0px 20px;

}
a.candy_coatedcomments:link {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",Times,Serif;
	color: #333333;
	font-weight: normal;
	line-height:2;
	font-size: 14px;
}

.candy_coated a {
	color: #333333;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.7;
}
.candy_coated .back {
	width: 35px;
	height: 45px;
	left: 850px;
	background: url(images/themes/Juventus/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 35px;
	height: 45px;
	left: 900px;
	background: url(images/themes/Juventus/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	color:#FFF;
	top: 4px;
	right: -10px;
	width: 50px;
	height: 40px;
	padding: 5px;
	line-height: 0px;
	background-image: url(images/themes/Juventus/rightarrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.candy_coated .back a {
	position: absolute;
	top: 4px;
	left: -10px;
	width: 50px;
	height: 40px;
	line-height: 0px;
	text-align: right;
	background-image: url(images/themes/Juventus/leftarrow.png);
	background-repeat: no-repeat;

}
.candy_coated .view_all {
	border-top: 0px solid #fff;
	margin: 0px 0 0 0;
	padding: 10px;
	padding-left: 400px;
	background: #fff;
	text-align: left;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",Times,Serif;
	font-weight: normal;
	font-size:20px;
	color:#fff;
	background:url(images/headline.png);
}
.candy_coated ul {
	border-bottom: 2px solid #fff;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;

}
.candy_coated li img {
	float: left;
	display: block;
	background:#000;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	width: 205px;

}



