/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

/*
	Accessible Text  Slider: Carousel 
-----------------------------------------------------------------------------------------*/

.text_slider img {
	border: 0;
}
.text_slider li,
.text_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0 !important;
	padding: 0;
	font-size: .8em;
	line-height: 1.4;
}
.text_slider li p {
	font-size: 1em;
}
.text_slider {
	position: relative;
	overflow: hidden;
}
.text_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.text_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.text_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.text_slider .back a,
.text_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.text_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.text_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.text_slider li {
	float: left;
	display: inline;
	width: 300px;
	overflow:hidden;
}



/* =Modifications */
/* =hide the view all panel */
.view_all {
	display:none;
}
 
