/*
	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: 12px;
	line-height: 1.4;
}
.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: relative;
	left: -9999px;
}
.accessible_news_slider .back {
	position: relative;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; 
	text-decoration: none;/* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: relative;	
	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: 270px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.realit_solutions  {
	width: 270px;
	/*border-bottom: 2px solid #ccc;*/
	margin: 0 0 32px 0px;
	text-align: center;
}
.realit_solutions .scrollbar {
	background: url(scrollerbar_bg.jpg) no-repeat top left;
	width: 270px;
	height: 50px;
}
.realit_solutions a {
	color: #E66F13;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.realit_solutions .back {
	position: relative;
	background: url(scroller_left.jpg) no-repeat;
	width: 20px;
	height:20px;
	float: left;
}
.realit_solutions .next {
	background: url(scroller_right.jpg) no-repeat top right;
	width: 20px;
	height:20px;
	float:right;		
}

.realit_solutions .next a {
	position: relative;
	background: url(scroller_right.jpg) no-repeat top right;
	width: 20px;
	float:right;
	
}
.realit_solutions .back a {
	background: url(scroller_left.jpg) no-repeat;
	width: 20px;
	float: left;
}
.realit_solutions ul {
}
.realit_solutions li {
	padding: 15px 0;
	overflow: hidden;
}
.realit_solutions li img {
	float: left;
	display: inline;
	margin-left: 35px;
}
.realit_solutions li p {
	float: left;
	display: inline;
	margin: 0 5 0 5px;
	width: 270px;
}

