/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	background-color:#FFF;
}

.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;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 980px;
	height: 164px;
	background-color:#23252a;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	top: 137px;
	width: 490px;
	height: 21px;
	background: url(../imagesportada/FlechaIzquierdaGris.png);

}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 21px;
	line-height: 30px;
	text-align: right;
	background: url(../imagesportada/FlechaIzquierdaAzul.png) no-repeat;

}
.candy_coated .next {
	top: 137px;
	width: 490px;
	height: 21px;
	left: 490px;
	background: url(../imagesportada/FlechaDerechaGris.png);

}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 150px;
	height: 21px;
	line-height: 30px;
	background: url(../imagesportada/FlechaDerechaAzul.png) no-repeat top right;

}
.candy_coated .view_all {
	margin: 0 0 0 0;
	padding: 4px;
	background: url(../imagesportada/view_all_bg.gif) repeat-x bottom left;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.candy_coated ul {
	padding-top: 10px;
	height:152px;


}
.candy_coated li {
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
	margin-left:8px;
}
.candy_coated li p {
	float:left;
	display: inline;
	margin: 0px;

	

}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 235px;
	margin: 0 0 0 0;
	height: 416px;
	border: 1px solid #CCC;

}
.business_as_usual a {
	color: #000000;

}
.business_as_usual .back {
	position: absolute;
	top: 390px;
	width: 95px;
	height: 23px;
	left: 0;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 0px;
	width: 95px;
	height: 23px;
	line-height: 23px;
	text-align:right;
	background: url(../imagesportada/FlechaIzquierda.png) no-repeat;
}
.business_as_usual .next {
	position: absolute;
	top: 390px;
	width: 95px;
	height: 23px;
	right: 0;
}
.business_as_usual .next a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	height: 23px;
	line-height: 23px;
	text-align:left;
	background: url(../imagesportada/FlechaDerecha.png) no-repeat top right;
}
.business_as_usual .view_all {
	margin: 0 0 0 0;
	padding: 4px;
	background: url(../imagesportada/view_all_bg.gif) repeat-x bottom left;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.business_as_usual ul {
	padding-top: 0px;
	width: 235px;
	height: 380px;

}

.business_as_usual li {
	padding: 0px 0;
	overflow: hidden;
	width: 235px;
	float:left;
	height: 350px;
	border-bottom: 1px solid #ccc;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 4px;
	width: 226px;
}

.business_as_usual li div {
	float: left;
	display: inline;
	margin: 0 0 0 4px;
	width: 226px;

}