/*
	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: .8em;
	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: 300px;
}

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

.candy_coated  {
	width: 435px;
	margin: 0 0 32px -15px;
	position:relative; top:0px;
	padding-bottom:20px;
	height:170px;
}
.candy_coated a {
	color: #ffffff;
}
/*.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(images/themes/candy_coated/next_bg.gif) no-repeat;
}*/
.candy_coated .next a {
	position: absolute;
	top: 150px;
	right: 10px;
	width: 15px;
	height: 40px;
	line-height: 30px;
	background: url(../images/partnerright.gif) no-repeat top right;
	text-indent:-9009px;
}
.candy_coated .back a {
	position: absolute;
	top: 150px;
	left: 390px;
	width: 15px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/partnerleft.gif) no-repeat;
	text-indent:9209px;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {

}
.candy_coated li {
	padding: 10px 0;
	overflow: hidden;
	width:435px;
}
.candy_coated li img {
	float: left;
	display: inline;
	width:210px;
	margin-left:10px;

}

.candy_coated li p {
	float: left;
	display: inline;
	margin: 20px 0 0 22px;
	width: 190px;
	font-size:120%;
	border:0px solid red;
	padding-left:10px;
}

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

.slide_partners {height:92px;background:#fff url(../images/logosbg.gif) top left repeat-x; border-left:1px solid #fff; border-right:1px solid #fff;}
.slide_partners ul {width:1500px !important; padding-top:15px; margin-left:15px; text-align:left; float:left;}
.slide_partners ul li {display:inline;  width:200px; margin-right:25px;}
.slide_partners ul li a {color:#1EC51E; text-decoration:underline; }
.slide_partners ul li img{padding-right:20px;}
.slide_partners ul li a:hover {text-decoration:none;}