


/*
 Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
.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;
 padding: 0 40px 0 41px;
 z-index:1;
}
.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;
 margin-left: -1px;
}
.accessible_news_slider li {
 float: left;
 display: inline;
 width: 180px;
 position:relative;
}
.accessible_news_slider li a {
 display: block;
 width: 180px; 
 height: 140px;
 overflow:hidden;
 border-left: 1px solid #ededed;
 text-decoration:none;
}
.accessible_news_slider li a:hover img {
 position:relative;
 top:-140px;
}
.accessible_news_slider li:first-child a { 
 border: none; 
 margin-left:1px;
}

/*
 Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/
.candy_coated  {
 width: 899px;
 height: 140px;
}
.candy_coated a {
 color: #ff3300;
}
.candy_coated .back {
 position: absolute;
 top: 0;
 left: 0;
 width: 41px;
 height: 140px;
/* background: url(../_img/slider_prevBG_unactive.gif) no-repeat;*/
}
.candy_coated .next {
 position: absolute;
 width: 40px;
 height: 140px;
 top: 0;
 right: 0;
/* background: url(../_img/slider_nextBG_unactive.gif) no-repeat;*/
}
.candy_coated .next a {
 display: block;
 width: 40px;
 height: 140px;
 border: none;
 background: #eeeeee url(../_img/slider_nextBG.gif) no-repeat;
 text-indent: -9999px;
 overflow: hidden;
}
.candy_coated .back a {
 display: block;
 width: 41px;
 height: 140px;
 border: none; 
 background:#eeeeee url(../_img/slider_prevBG.gif) no-repeat;
 text-indent: -9999px;
 overflow: hidden;
}
.candy_coated .view_all {
 border-top: 2px solid #ccc;
 margin: 58px 0 0 0;
 padding: 10px;
 background: #eee;
 text-align: center;
}
.candy_coated ul {
 height: 140px;
}
.candy_coated li {
 padding: 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;
}

.candy_coated .back a {background-image: url(/images/data/slider_prevBG.gif);}
.candy_coated .next a {background-image: url(/images/data/slider_nextBG.gif);}

