﻿/* Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
.accessible_news_slider-header img {
	border: solid 1px #CCC;
	cursor:pointer;}
.accessible_news_slider-header img:hover {
    border: solid 1px #CC0000;
}
.accessible_news_slider-header li,
.accessible_news_slider-header p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;}
.accessible_news_slider-header li p {
	font-size: 1em;}
.accessible_news_slider-header {
	position: relative;
	overflow: hidden;
	top:255px;
	left:520px;}
.accessible_news_slider-header .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;}
.accessible_news_slider-header .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;}
.accessible_news_slider-header .back {
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;}
.accessible_news_slider-header .back a,
.accessible_news_slider-header .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */}
.accessible_news_slider-header .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;}
.accessible_news_slider-header ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;}
.accessible_news_slider-header li {
	float: left;
	display: inline;
	width:75px;}
/* Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/
.candy_coated-header  {
	width:224px;
	margin: 0 0 0 0;
	padding:0 0 0 13px;}
.candy_coated a {}
.candy_coated-header .back {
	width: 7px;
	height: 14px;
	left:0px;
	top:20px;}
.candy_coated-header .next {
	width: 7px;
	height: 14px;
	right:0px;
	top:20px;}
.candy_coated-header .next a {
	position: absolute;
	width: 7px;
	height: 14px;
	background:url(../../../images/frontEnd/layout/btnHeader_right.png) left top no-repeat;}
.candy_coated-header .next a:hover {
    background:url(../../../images/frontEnd/layout/btnHeaderHover_right.png) left top no-repeat;}
.candy_coated-header .back a {
	position: absolute;
	width: 7px;
	height: 14px;
	background:url(../../../images/frontEnd/layout/btnHeader_left.png) left top no-repeat;}
.candy_coated-header .back a:hover {
    background:url(../../../images/frontEnd/layout/btnHeaderHover_left.png) left top no-repeat;}
.candy_coated-header .view_all {
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;}
.candy_coated-header li {
	padding:15px 0;
	overflow: hidden;}
.candy_coated-header li img {
	float: left;
	display: inline;}
.candy_coated-header li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;}