/*
	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: 0.8em;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	background-image: url(#);
}
.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;
	clear: both;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 548px;
}

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

.candy_coated  {
	width: 548px;
}

.candy_coated  img:hover{
/*background: rgb(255, 0, 0) ;
opacity: 0.6;*/
}
.candy_coated a {
	color: #002756;
	text-decoration:none;
}
.candy_coated a:hover {
	color: #002756;
	text-decoration:underline;
}
.candy_coated .back {
	width: 30px;
	height: 31px;
}
.candy_coated .next {
	width: 30px;
	height: 31px;
	left: 518px;
}
.candy_coated .next a {
	position: absolute;
	top: 76px;
	right: 10px;
	width: 30px;
	height: 31px;
	line-height: 30px;
	background: url(../images/arrow02df.png) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 76px;
	left: 10px;
	width: 30px;
	height: 31px;
	line-height: 30px;
	text-align: right;
	background: url(../images/arrow01df.png) no-repeat;
}
.candy_coated .view_all {
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {
}
.candy_coated li {
	overflow: hidden;
	background: url(../images/bglidf.gif) no-repeat right 0px;
}
.candy_coated li img {

}
.candy_coated li .cajita01 {
width:329px;
height:200px;
float:left;
}
.candy_coated li .cajita02{
	width:219px;
	height:200px;
	float:left;
}
.candy_coated li p {
	margin: 0px;
	width: 200px;
	padding-top: 40px;
	padding-left: 10px;
}
.candy_coated p span {
	font-weight: bold;
	color: #002756;
	display: block;
}
.candy_coated p span.listfg {
	background: url(../images/liproducts.gif) no-repeat 0px 2px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
.view_all {
display:none;}
