/*
	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;
	line-height: 1.6;
}
.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: 230px;
}



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

.accessible_news_slider2 img {
	border: 0;
}
.accessible_news_slider2 li,
.accessible_news_slider2 p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.accessible_news_slider2 {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider2 .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider2 .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider2 .back {
	position: absolute;
	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: absolute;
	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;
}
.accessible_news_slider2 li {
	float: left;
	display: inline;
	width: 230px;
}

/*
	Accessible News Slider : Quotes Optima Forma
-----------------------------------------------------------------------------------------*/

.quotes  {
	width: 205px;
	margin: 0;
}

.quotes .title {
	padding-left:22px;
	background:url(layout/hbullet.png) no-repeat;
	background-position:0% 50%;
	font-size:20px;
	color:#008e90;	
	font-weight:500;
	position:absolute;
}

.quotes .back {
	width: 14px;
	height: 14px;
	left: 80px;
}
.quotes .next {
	width: 9px;
	height: 14px;
	left: 180px;
}
.quotes .next a {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 11px;
	height: 11px;
	line-height: 10px;
	background: url(layout/buttons/backnext.jpg) no-repeat top right;
	font-size:10px;
}
.quotes .back a {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 11px;
	height: 11px;
	line-height: 10px;
	text-align: right;
	background: url(layout/buttons/backnext.jpg) no-repeat;
	font-size:10px;
}
.quotes .view_all {
	/*border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin: 28px 0 0 0;
	padding: 0;
	text-align: center;
}
.quotes ul {
	border-bottom: 2px solid #eee;
}
.quotes li {
	padding: 5px 0;
	overflow: hidden;
}
.quotes li img {
	float: left;
	display: inline;
}
.quotes li p {
	display: inline;
	margin: 0;
	width: 200px;
}

/*
	Accessible News Slider : Optima Forma
-----------------------------------------------------------------------------------------*/

.ofslider  {
	width: 226px;
	margin: 0;
}

.ofslider .title {
	padding-left:22px;
	background:url(layout/hbullet.png) no-repeat;
	background-position:0% 50%;
	font-size:20px;
	color:#008e90;	
	font-weight:500;
	position:absolute;
}

.ofslider .back {
	width: 150px;
	height: 11px;
	left: 95px;
	font-size:10px;
	top:10px;
	line-height:10px;
}
.ofslider .next {
	height: 11px;
	left: 145px;
	font-size:10px;
	top:10px;
	line-height:10px;
}
.ofslider .next a span {
	position: absolute;
	right: 22px;
	width: 11px;
	height: 11px;
	background: url(layout/buttons/backnext.jpg) no-repeat top right;
}
.ofslider .back a span {
	position: absolute;
	left: 0px;
	width: 11px;
	height: 11px;
	text-align: right;
	background: url(layout/buttons/backnext.jpg) no-repeat;
}
.ofslider .view_all {
	/*border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}
.ofslider ul {
	border-bottom: 2px solid #eee;
}
.ofslider li {
	padding: 5px 0;
	overflow: hidden;
}
.ofslider li img {
	float: left;
	display: inline;
}
.ofslider li p {
	display: inline;
	margin: 0;
	width: 220px;
}
