/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
.slider_container {
	float:left;
	/*width: 180px;*/
	width: 900px;
	padding: 0 0 0 0px;
} 

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.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: 0px;
	top: 0px;
	width: auto;
	margin: 0px;
	padding: 0px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 64px;
	text-align:center;
}

.accessible_news_slider li img{
	margin: 3px;
	border: solid 1px #FFFFFF;
}

.accessible_news_slider li a.active img{
	margin: 0px;
	border: solid 4px #FFFFFF;
}

.accessible_news_slider li a:hover img {
	margin:0px;
	border: solid 4px #FFFFFF;
}


/*.accessible_news_slider li img.active{
	margin:0px;
	border: solid 4px #FFFFFF;
}

.accessible_news_slider li a{
	margin: 0px;

}


.accessible_news_slider li a:hover {
	padding: 0px;
	border: solid 4px #FFFFFF;
}

.accessible_news_slider li a.active {
	padding: 0px;
	border: solid 4px #FFFFFF;
}
*/
/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	float:left;
	/*width: 144px;*/
	width: 832px;
	margin:10px 0 0 0; 
	padding:0px;
	
/*	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;*/
}
/*.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 17px;
	height: 24px;
	background: url(images/themes/candy_coated/left.jpg) no-repeat; 
}*/
.candy_coated .next {

/*	width: 17px;
	height: 24px;
	left: 71px;
	background: url(images/themes/candy_coated/right.jpg) no-repeat;*/
}
/*	.candy_coated .next a {
position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
		width: 17px;
	height: 24px;
	background: url(images/themes/candy_coated/right.jpg) no-repeat;
}*/
/*	.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
background: url(images/themes/candy_coated/prev.gif) no-repeat; 
	width: 17px;
	height: 24px;
	background: url(images/themes/candy_coated/left.jpg) no-repeat;
}*/
/*
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}*/
/*.candy_coated ul {
	border-bottom: 2px solid #eee; 
}*/
/*.candy_coated li {
	padding: 15px 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;
}*/
.nLeft {
	float: left;
	margin: 10px 0 0 0; 
	padding:0px;
}
.nRight {
	float: right;
	margin: 10px 0 0 0; 
	padding:0px;
}
.next {
	position: relative;
	padding: 18px 0 0 0;
}

.back {
	position: relative;
	padding: 18px 0 0 0;
}
.next a {
	float:right;
	width: 24px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	background: url(../images/template/thumb-right-arrow-off.jpg) no-repeat;
	background-position: 0px 0px;
}

.next a:hover {
	background: url(../images/template/thumb-right-arrow-on.jpg) no-repeat;
	background-position: 0px 0px;
}

.back a {
	float:left;
	width: 24px;
	height: 38px;
	padding: 0px 10px 0px 0px;
	background:  url(../images/template/thumb-left-arrow-off.jpg) no-repeat;
	background-position: 0px 0px;
}

.back a:hover  {

	background:  url(../images/template/thumb-left-arrow-on.jpg) no-repeat;
	background-position: 0px 0px;
}

