/*
	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;
	line-height: 1.2;
}
.accessible_news_slider li p {
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: -15px;
	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: -15px;
	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;
	top: -15px;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 225px;
}

        

/*
	Accessible News Slider : Plugin Specific : Theme [ news ]
-----------------------------------------------------------------------------------------*/

.news  {
	width: 225px;
	margin: 0 0 32px 0;
}
.news a {
	color: #363636;
	width:225px;
}
.news .back {
	width: 225px;
	height: 23px;
	left: 0;
}
.news .back a {
	position: relative;
	top: 5px;
	right: 0px;
	top: 110px;
	width: 50px;
	height: 23px;
	line-height: 23px;
}
.news .next {
	width: 225px;
	height: 23px;
	right: -50px;
}
.news .next a {
	position: relative;
	top: 5px;
	left: -230px;
	top: 110px;
	width: 50px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}
.news .view_all {
	display: none;
}
.news li {
	padding: 15px 0;
	overflow: hidden;
	width: 225px;
}
.news li img {
	float: left;
	display: inline;
}
.news li p {
	float: left;
	display: inline;
	margin: 0px;
	width: 225px;
	text-align: right;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ tips ]
-----------------------------------------------------------------------------------------*/

.tips  {
	width: 300px;
	margin: 0 0 32px 0;
}
.tips a {
	color: #363636;
}
.tips .back {
	width: 300px;
	height: 23px;
	left: 0;
}
.tips .back a {
	position: relative;
	top: 0;
	right: 40px;
	top: 93px;
	width: 150px;
	height: 23px;
	line-height: 23px;
}
.tips .next {
	width: 300px;
	height: 23px;
	right: 0;
}
.tips .next a {
	position: relative;
	top: 0;
	left: -230px;
	top: 93px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}
.tips .view_all {
	display: none;
}
.tips li {
	padding: 15px 0px;
	overflow: hidden;
	width: 225px;
}
.tips li img {
	float: left;
	display: inline;
}
.tips li p {
	float: left;
	display: inline;
	margin: 0px;
	width: 225px;
	text-align: right;
}


	/*Accessible News Slider : Plugin Specific : Theme [ tips ]*/
	
	.client  {
	width:768px;
	margin: 0 0 32px 0;
}
.client a {
	color: #363636;
}
.client .back {
	width: 300px;
	height: 23px;
	left: 0;
}
.client .back a {
	position: relative;
	top: 0;
	right: 60px;
	top: 10px;
	width: 150px;
	height: 23px;
	line-height: 23px;
}
.client .next {
	width: 450px;
	height: 23px;
	right: 0;
}
.client .next a {
	position: relative;
	top: 0;
	left: -630px;
	top: 10px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}


.client .next1 a {
	position: relative;
	top: 0;
	left: -630px;
	top: 330px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}
.client .view_all {
	display: none;
}
.client li {
	padding: 0px
	overflow: hidden;
	width: 768px;
}
.client li img {
	float: left;
	display: inline;
}
.client li p {
	float: left;
	display: inline;
	margin: 0px;
	width: 250px;
	text-align: right;
}