/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.accessible_news_slider li p {
	
}
.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: 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: 200px;
}

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

.candy_coated  {
	width: 200px;
	margin: 0px;
}
.candy_coated a {
	
}
.candy_coated .back {
	top:10px;
	left: 4px;
	width: 26px;
	height: 26px;
	background: url(/images/redesign/arrow_left_grey.png) no-repeat;
}
.candy_coated .next {
	top:10px;
	width: 26px;
	height: 26px;
	left: 170px;
	background: url(/images/redesign/arrow_right_grey.png) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 0px;
	width:48px;
	height: 30px;
	
	background: url(/images/redesign/arrow_right_red.png) no-repeat top right;
	font: 12px "Arial Narrow", Arial, Helvetica, sans-serif; font-weight: bold;
	line-height: 28px;
	color: #cc0000;
	text-decoration: none;
}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 30px;
	
	text-align: right;
	background: url(/images/redesign/arrow_left_red.png) no-repeat;
	font: 12px "Arial Narrow", Arial, Helvetica, sans-serif; font-weight: bold;
	line-height: 28px;
	color: #cc0000;
	text-decoration: none;
}
.candy_coated .view_all {
	display: block;
	position: relative;
	border-top: 2px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: center;
	border-width:0px; border-color:#fff; border-style:solid; 
	border-width: 1px;
	background: #FFFFFF url(/images/redesign/background_yellow_glow.png); background-repeat:no-repeat; background-position: bottom center; 
}
.candy_coated ul {
	
}
.candy_coated li {
	padding: 0px 0;
	overflow: hidden;
	width: 200px;
	border-width:0px; border-color:#fff; border-style:solid; 
	border-bottom-width: 1px;
}
.candy_coated li img {
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}
/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 670px;
	border-top: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.business_as_usual a {
	color: #363636;
}

.business_as_usual .back {
	width: 200px;
	height: 23px;
	left: 0;
	top: 190px;
}

.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 10px;
	width: 150px;
	height: 23px;
	line-height: 23px;
}

.business_as_usual .next {
	width: 200px;
	height: 23px;
	right: 20px;
	top: 190px;
}

.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 10px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}

.business_as_usual .view_all {
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	margin: 0px 0 0 0;
	padding: 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}

.business_as_usual li {
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	width: 135px;
	height: 180px;
}

.business_as_usual li img {
	display: inline;
}

.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}
