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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider div {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	/*line-height: 1.6;*/
}
.accessible_news_slider li div {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3000;
	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: 3000;*/
}
.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: 3000;*/
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 3000;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 240px;
}

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

.candy_coated  {
	width: 940px;
	height: 175px;
	border: 0px solid #000;
	margin: 0 0 0 29px;
	/*padding-top: 58px;*/
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 23px;
	height: 23px;
	background: url(images/themes/candy_coated/prev_bg.gif) no-repeat;
	
}
.candy_coated .next {
	width: 23px;
	height: 23px;
	background: url(images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 23px;
	height: 23px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 23px;
	height: 23px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .back a:hover {
	background: url(images/themes/candy_coated/prevOV.gif) no-repeat;
}
.candy_coated .next a:hover {
	background: url(images/themes/candy_coated/nextOV.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 0px solid #ccc;
	margin: 58px 0 0 0;
	padding: 0px;
	background: transparent;
	text-align: center;
}
.candy_coated ul {
	/*border-bottom: 2px solid #eee;*/
}
.candy_coated li {
	padding: 5px 0;
	overflow: hidden;
}


.candy_coated li .imgBK {
	float: left;
	background: url(images/themes/candy_coated/imgSlide.gif) no-repeat;	
	width: 75px;
	height: 75px;
	border: 0px solid #000;
}

.candy_coated li img {

	width: 55px;
	height: 55px;
	display: inline;
	border: 1px solid #fff;
	margin: 9px;
}

.candy_coated li .box {
	float: left;
	display: inline;
	margin: 0 0 0 0px;
	padding: 10px;
	width: 200px;
	height: 110px;
	border: 0px solid #000;
	font-size: 0.9em;
	color: #555;
	background: url(images/themes/candy_coated/box_slide.gif) no-repeat;
}

.candy_coated li .box .titolo {
	margin-bottom: 5px;
}

.candy_coated li .box .titolo a {
	color: #2F2F2F;	
	font-size: 1.3em;
	font-weight: bold;
	font-family: tahoma;
}

.candy_coated li .box .titolo a:hover {
	color: #ff5500;
}

.candy_coated li .box .boxcontent {
	border: 0px solid #000;
	height: 100px;
}

.candy_coated li .box .info {
	width: 200px;
	border: 0px solid #000;
	text-align: right;
	clear: both;
}

.candy_coated li .box .info a {
	background: url(images/themes/candy_coated/info.gif) no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	display: block;
}

.candy_coated li .box .info span {
	display: none;	
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 720px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	/*position: absolute;*/
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 361px;
	height: 23px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	/*position: absolute;*/
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat top left;
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 240px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}