/*
	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;
	background: #e9e8e2;
	width: 760px;
}

.borderbox {
	border-width: 0;
	padding: 0;
	margin: auto;
	width: 670px;
	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;
}


#bodycontent .accessible_news_slider ul {
	position: relative;
	left: 0;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	width: auto;
}
#bodycontent .accessible_news_slider li {
	float: left;
	display: inline;
	width: 680px;
	height: 130px;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	text-align: center;
	
}

#bodycontent .sedao_products li .left {
	float: left;
	width: 210px;
	margin-right: 10px;
}

#bodycontent .sedao_products li .right {
	float: left;
	width: 430px;
	margin: 0 0 0 10px;
}

#bodycontent .sedao_products li .right p.link {
	font-size: 0.9em;
	text-align: right;
}



#bodycontent .sedao_products li img {
	display: inline;
	border: 0px;
}

#bodycontent .sedao_products li h3 a {
	text-decoration: none;
	}
	
#bodycontent .sedao_products li h3 {
	font-size: 1em;
	margin: 0px auto 0 auto;
	padding: 0 0 2px 0;
	text-align: center;
	border-bottom: 2px solid #9d2917;
}

#bodycontent .sedao_products li p {
	display: block;
	margin: 4px auto 0 auto;
	font-size: 0.9em;
}

.sedao_products  {
	width: 760px;
	margin: 0px 0 0px 0px;
}




/* Start of Next and Back Links */

.accessible_news_slider .back {
	/*z-index: 2;*/
	position:relative;
	float:left;
	z-index: 5;
}
.accessible_news_slider .next {
	position:relative;
	/*z-index: 2; */
	margin: 0px;
	float: right;
	z-index: 5;
}

.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 .back a b,
.accessible_news_slider .next a b {
	display: none;
}


.sedao_products a {
	color: #9d2917;
}
#bodycontent .sedao_products .back {
	width: 30px;
	height: 190px;
	margin: 0 0 0 0;
	background: url('../Images/sedao_products/left.jpg') repeat-y;
}
#bodycontent .sedao_products .next {
	width: 30px;
	height: 190px;
	float: right;
	margin: 0 0 0 0;
	background: url('../Images/sedao_products/right.jpg') repeat-y;
}
.sedao_products .next a {
	width: 30px;
	height: 190px;
	text-align: center;
	background: url(../Images/sedao_products/next.gif) no-repeat ;
}
.sedao_products .back a {
	width: 30px;
	height: 190px;
	text-align: center;
	background: url(../Images/sedao_products/prev.gif) no-repeat;
}
#bodycontent .sedao_products .view_all {
	padding: 5px;
	text-align: center;
	padding: 7px;
	margin: 0 auto 0 auto;
	width: 680px;
	font-size: 0.6em;
}
#bodycontent .sedao_products .view_all b {
	font-size: 1.6em;
	}


