/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
.accessible_news_slider img {
	border: 0;
}

.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: 10px;
}
.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: 275px;
}

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

.candy_coated  {
	width: 580px;
	border-bottom: 2px solid #5B6F76;
	margin:-20px 0 0 0;
}

.candy_coated .back {
	width: 61px;
	height: 58px;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
}
.candy_coated .next a {
	position: absolute;
	top: -5px;
	right: 28px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/layout/right_icon.png);
	background-repeat: no-repeat;
	background-position: right top;

}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .next a {
	top: 5px;
}
.candy_coated .back a {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	background: url(../images/layout/left_icon.png) no-repeat;
	
}
	/* for Internet Explorer */
/*\*/
* html .candy_coated .back a {
	top: 5px;

}
.candy_coated .view_all {
	
	padding: 10px;
	text-align: center;
	/*background-image: url(../images/layout/media_bar.png);*/
	margin: 0;
	
	
}
.candy_coated ul {
	/*border-bottom: 2px solid #eee;*/
diplay:block;


}
.candy_coated li {
	overflow: hidden;
	}

.candy_coated li img {
	float: left;
	margin: 10px 20px 5px 10px;
	
}
.candy_coated li p {
	float: left;
	margin: 0 0 0 10px;
	width: 220px;
	padding-bottom:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.candy_coated li h2 {
	float: left;
	margin: 0 0 0 10px;
	width: 220px;
}


#testimageArea {
width:200px;
margin-right:20px;
float:left;
}

#testimonialCopy {
	margin:0;
width:550px;
padding:20px;
float:left;
}

