/*
	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;
	color:#CCC;
	padding: 0;
	font-size: 9pt;
	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: 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: 798px;
}

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

.candy_coated  {
	width: 800px;
	border-bottom: 2px solid #ccc;
	
}


.candy_coated a {
	color: #ff3300;
	
}



.candy_coated .next a {
	position: relative;
	top: 2px;
	width: 55px;
	height: 17px;
	line-height: 30px;
	
	background:url(images/themes/candy_coated/next.gif) no-repeat  left;
}
.candy_coated .next a:hover {
	position: relative;
	top: 2px;
	width: 55px;
	height: 17px;
	line-height: 30px;
	
	background:url(images/themes/candy_coated/over_next.gif) no-repeat  left;
}
.candy_coated .back a {
	position: relative;
	top: 2px;
	width: 55px;
	height: 17px;
	line-height: 30px;
	text-align: right;
	
	background: url(images/themes/candy_coated/back.gif) no-repeat left;
	}
	.candy_coated .back a:hover {
	position: relative;
	top: 2px;
	width: 55px;
	height: 17px;
	line-height: 30px;
	text-align: right;
	
	background: url(images/themes/candy_coated/over_back.gif) no-repeat left;
	}
.candy_coated .view_all {
	border-top: 0px solid #ccc;
	
	padding: 0px;
	background: #161c25;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
	
}
.candy_coated li {
	
	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;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width:800px;
	
}
.business_as_usual a {
	color: #FF0000;
}

.business_as_usual .back a {
	position: relative;
	top: 10px;
	
	width: 55px;
	height: 17px;
	line-height: 23px;
	background:url(images/themes/business_as_usual/b_back.gif) no-repeat  left;
	
}
.business_as_usual .back a:hover {
	position: relative;
	top: 10px;
	
	width: 55px;
	height: 17px;
	line-height: 23px;
	background:url(images/themes/business_as_usual/b_over_back.gif) no-repeat  left;
	
}


.business_as_usual .next a {
	position: relative;
	top: 10px;
	
	width: 55px;
	height: 17px;
	line-height: 23px;
	text-align: right;
	background:url(images/themes/business_as_usual/b_next.gif) no-repeat  left;
	
}
.business_as_usual .next a:hover {
	position: relative;
	top: 10px;
	
	width: 55px;
	height: 17px;
	line-height: 23px;
	text-align: right;
	background:url(images/themes/business_as_usual/b_over_next.gif) no-repeat  left;
	
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

	padding: 10px;
	background:#233c83; url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 5px 0;
	overflow: hidden;
	

}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;

	width: 140px;
}
.business_as_usual li h5 {
	padding:3px;
	font-size:10pt;
	color:#FFF;
	font-style:bold;
	background:#800040;
}
#Sample 	{
margin:5 0px
	
}
#Sample h1	{
	padding:8px;
	height:19px;
	font-size:13px;
	color:#CCC;
	border-top: 1px solid #CCC;	border-bottom:1px solid #CCC;
	background:#233C83;
	display:block;
}