/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: -999;
	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; /*margin-left:15px;*/
}

.accessible_news_slider .back-dir {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2; /*margin-left:15px;*/
}

.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-dir a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.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;  float:right; margin-left:20px; padding-right:30px;
}

.accessible_news_slider .next-dir {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;  float:right; margin-left:20px; padding-top:3px; padding-right:30px;
}

.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: 180px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 625px;
	/*border-bottom: 2px solid #ccc;*/
	margin: 0 0 0px 0px; padding-left:61px; padding-right:29px;
}

.candy_coated a {
	color: #ff3300;
}

.candy_coated .next a {
	position: absolute;
	/*top: 36px;*/
	right: 0px; 
	width: 59px;
	height: 154px;
	line-height: 30px;
	background: url(../../images/tires_right1.jpg) no-repeat top right; margin-left:15px;
}

.candy_coated .back a {
	position: absolute;
	/*top: 36px;
	left: 10px;*/
	width: 59px;
	height: 154px;
	padding-left:4px;
	line-height: 30px;
	text-align: right;
	background: url(../../images/tires_left1.jpg) no-repeat;
}

.candy_coated .nextdis a {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 16px;
	height: 127px;
	line-height: 30px;
	background: url(../../images/tires_right1.jpg) no-repeat top right;
}
.candy_coated .backdis a {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 16px;
	height: 127px;
	line-height: 30px;
	text-align: right;
	background: url(../../images/tires_left1.jpg) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
	display:none;
}

div.none23 table tr td img{margin-top:12px; margin-right:4px; letter-spacing:10px;}