/*
	Accessible Tops Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_tops_slider img {
	border: 0;
}
.accessible_tops_slider li,
.accessible_tops_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
}
.accessible_tops_slider li p {
	font-size: 1em;
}
.accessible_tops_slider {
	position: relative;
	overflow: hidden;
}
.accessible_tops_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_tops_slider .skip_to_tops {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_tops_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_tops_slider .back a,
.accessible_tops_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_tops_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_tops_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_tops_slider li {
	float: left;
	display: inline;
	width: 347px;
	height:60px;
}

/*
	Accessible tops Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 694px;
	margin: 0;
}
.candy_coated a {
	color: #993300;
	text-decoration:none;
}
.candy_coated a:hover {
	text-decoration:underline;
}
.candy_coated .back {
	width: 61px;
	height: 20px;
}
.candy_coated .next {
	width: 61px;
	height: 20px;
	left: 640px;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 60px;
	height: 20px;
	line-height: 30px;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 20px;
	line-height: 30px;
	text-align: right;
}
.candy_coated .view_all {
	margin: 0;
	padding: 10px;
	background: #dbdbbe;
	text-align: center;
}
.candy_coated ul {
}
.candy_coated li {
	padding: 5px 0 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	width: 290px;
	font-size:12px;
}

/*
	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;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.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: 347px;
}
.accessible_news_slider li ul li{
	float: left;
	display: inline;
	width: 347px;
	height:50px;
}
/*
	Accessible news Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated2  {
	width: 694px;
	margin: 5px 0 0px 0px;
}
.candy_coated2 a {
	color: #993300;
	text-decoration:none;
}
.candy_coated2 a:hover {
	text-decoration:underline;
}
.candy_coated2 .back {
	width: 61px;
	height: 25px;
}
.candy_coated2 .next {
	width: 61px;
	height: 25px;
	left: 640px;
}
.candy_coated2 .next a {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 60px;
	height: 20px;
	line-height: 30px;
}
.candy_coated2 .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 20px;
	line-height: 30px;
	text-align: right;
}
.candy_coated2 .view_all {
	margin: 4px 0 0 0;
	padding: 10px;
	background: #dbdbbe;
	text-align: center;
}
.candy_coated2 ul {
}
.candy_coated2 li {
	padding: 5px 0;
	overflow: hidden;
}
.candy_coated2 li img {
	float: left;
	display: inline;
}
.candy_coated2 li p {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	width: 300px;
	font-size:12px;
}
