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


.accessible_news_slider {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}

.accessible_news_slider .back {
	position: relative;
	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: relative;
	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;
	margin-bottom:10px;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 195px;
}


.accessible_news_slider2 {
	position: relative;
	overflow: hidden;
}

.accessible_news_slider2 .back {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider2 .back a,
.accessible_news_slider2 .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider2 .next {
	position: relative;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider2 ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	margin-bottom:10px;
}
.accessible_news_slider2 li {
	float: left;
	display: inline;
	width: 195px;
}

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

.headlines  {
	width: 585px;
}

.headlines .back {
	width: 22px;
	height: 15px;
	left: 10px;
	background: url(images/news_btn_left_bg.gif) no-repeat;
}
.headlines .next {
	width: 22px;
	height: 15px;
	margin-left:36px;
	background: url(images/news_btn_right_bg.gif) no-repeat  top right;
}
.headlines .next a {
	position: absolute;
	width: 22px;
	height: 15px;
	background: url(images/news_btn_right.gif) no-repeat top right;
}
.headlines .back a {
	position: absolute;
	width: 22px;
	height: 15px;
	text-align: right;
	background: url(images/news_btn_left.gif) no-repeat;
}


.headlines li {
	padding: 0;
	overflow: hidden;
}

.headlines li p {
	
	padding-right:18px;
}

