.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: .9em;
	line-height: 1.8;
}
.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: 300px;
}




.report_news  {
	width: 756px;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0px;
}
.report_news .back {
	width: 50px;
	height: 35px;
	left: 0;
	/*background: url(/images/news/report_news/back_bg.gif) no-repeat top right;*/
}
.report_news .back a {
	position: absolute;
	top: 0;
	right: 0px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	/*background: url(/images/news/report_news/back.gif) no-repeat top right;*/
}
.report_news .next {
	width: 50px;
	height: 35px;
	right: 0;
	/*background: url(/images/news/report_news/next_bg.gif) no-repeat top left;*/
}
.report_news .next a {
	position: absolute;
	top: 0;
	left: 0px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	/*background: url(/images/news/report_news/next.gif) no-repeat top left;*/
}
.report_news .view_all {
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 0;
	padding: 8px;
	text-align: center;
    /*background: url(/images/themes/report_news/view_all_bg.gif) repeat-x bottom left;*/
}
.report_news li {
	padding: 0px;
    margin: 0px;
	overflow: hidden;
	width: 189px;
    height:250px;
}



.home_news  {
	width:570px;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0px;
}
.home_news .back {
	width: 50px;
	height: 35px;
	left: 0;
	/*background: url(/images/news/home_news/back_bg.gif) no-repeat top right;*/
}
.home_news .back a {
	position: absolute;
	top: 0;
	right: 0px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	/*background: url(/images/news/home_news/back.gif) no-repeat top right;*/
}
.home_news .next {
	width: 50px;
	height: 35px;
	right: 0;
	/*background: url(/images/news/home_news/next_bg.gif) no-repeat top left;*/
}
.home_news .next a {
	position: absolute;
	top: 0;
	left: 0px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	/*background: url(/images/news/home_news/next.gif) no-repeat top left;*/
}
.home_news .view_all {
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 0;
	padding: 8px;
	text-align: center;
    /*background: url(/images/themes/home_news/view_all_bg.gif) repeat-x bottom left;*/
}
.home_news li {
	padding: 0px;
    margin: 0px;
	overflow: hidden;
	width: 189px;
    height:250px;
}