/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
	background: none;
}
.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;
	background: none;
	padding: 0;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 720px;
	margin: 0;
	padding-left: 25px;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 18px;
	height: 215px;
	left: 0;
	background: white url(../../icons/sx_off.gif) no-repeat 50% 50%;
}
.business_as_usual .back a {
	top: 0;
	right: 0px;
	width: 18px;
	height: 215px;
	line-height: 215px;
	background: white url(../../icons/sx_on.gif) no-repeat 50% 50%;
}
.business_as_usual .next {
	width: 18px;
	height: 215px;
	right: 0;
	background: white url(../../icons/dx_off.gif) no-repeat 50% 50%;
}
.business_as_usual .next a {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 19px;
	height: 215px;
	line-height: 215px;
	background: white url(../../icons/dx_on.gif) no-repeat 50% 50%;
}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 350px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 250px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Sfoglia altri titoli ]
-----------------------------------------------------------------------------------------*/

.sfoglia_altri_titoli  {
	width: 260px;
	margin: 0;
	padding-left: 12px;
	margin-top: 6px; 
}
.sfoglia_altri_titoli a {
	color: #fff;
}
.sfoglia_altri_titoli .back {
	width: 10px;
	height: 76px;
	left: 0;
	background: white url(../../icons/mini_sx_off.gif) no-repeat 50% 50%;
}
.sfoglia_altri_titoli .back a {
	top: 0;
	right: 0px;
	width: 10px;
	height: 76px;
	line-height: 76px;
	background: white url(../../icons/mini_sx_on.gif) no-repeat 50% 50%;
}
.sfoglia_altri_titoli .next {
	width: 10px;
	height: 76px;
	right: 0;
	background: white url(../../icons/mini_dx_off.gif) no-repeat 50% 50%;
}
.sfoglia_altri_titoli .next a {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 76px;
	line-height: 76px;
	background: white url(../../icons/mini_dx_on.gif) no-repeat 50% 50%;
}
.sfoglia_altri_titoli li {
	padding: 2px 0;
	overflow: hidden;
	width: 63px;
}
.sfoglia_altri_titoli li img {
	float: left;
	display: inline;
}

