

/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
img, div { behavior: url(../js/iepngfix.htc) }

.accessible_news_slider img {
	border: 0;
}

.accessible_news_slider li p {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 10px;
	background: #333333;
}
.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. */
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
}
.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: 290px;
}

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

.candy_coated  {
	width: 580px;
	border-bottom: 2px solid #333;
	margin: 0;
}

.candy_coated .back {
	width: 61px;
	height: 58px;
	top:5px;
}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .back {
	top: 5px;

}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	top:0px;

}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .next {
	top: 5px;

}
.candy_coated .next a {
	position: absolute;
	right: 28px;
	width: 80px;
	height: 30px;
	background-image: url(../images/layout/right_icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .next a {
	top: 5px;

}
.candy_coated .back a {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 80px;
	height: 30px;
	text-align: right;
	background: url(../images/layout/left_icon.png) no-repeat;
}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .back a {
	top: 5px;

}
.candy_coated .view_all {
	
	padding: 10px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/layout/media_bar.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 5px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}


