/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}

.javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	width: 920px;
	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;
	margin: 0;
	padding: 0;
	overflow:hidden;
	list-style-type: none;
	
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;

}

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


#features {
	float: left;
	width:960px;
	padding: 55px 10px 0px 0px;
	
	
}
.feature_projects  {
	position: absolute;
	font-family: "Georgia";
	font-size: 18px;
	top:610px;
	left: 0px;
	width: 920px;
	overflow:hidden;
}
#cover  {
	position: absolute;
	top:690px;
	left: 920px;
	width: 60px;
	height:260px;
	background:#FFF;
	z-index:500;
}

.feature_projects a {
	color: #9E0B0F;
	text-decoration: none;
}

.feature_projects .next2 {
	position: absolute;
	top:10px;
	width: 38px;
	height: 29px;
	left: 880px;
	z-index:-500;
	background: url(images/arrow-right2-38x29.gif) no-repeat;
}

.feature_projects .back2 {
	position: absolute;
	top:10px;
	width: 38px;
	height: 29px;
	left: 838px;
	z-index:-500;
	background: url(images/arrow-left2-38x29.gif) no-repeat;
}

.feature_projects .back{
	top:10px;
	left: 838px;

}
.feature_projects .next{
	top:10px;
	left: 880px;
}
.feature_projects .next a {
	position: absolute;
	width: 38px;
	height: 29px;
	line-height: 30px;
	background: url(images/arrow-right-38x29.gif) no-repeat top right;
}
.feature_projects .back a {
	position: absolute;
	width: 38px;
	height: 29px;
	line-height: 30px;
	text-align: right;
	background: url(images/arrow-left-38x29.gif) no-repeat;
}
.feature_projects .view_all {
	width:912px;
	padding: 3px;
	font-size: 12px;
	background: #eee;
	text-align: right;
	
}

.feature_projects ul {
	width:920px;
	overflow:hidden;
	float: left;
	margin: 10px 0px 0px 0px;

}

.feature_projects li {
	float: left;
	text-align: left;
	width:314px;

}

.feature_projects li img {
	float: left;
	display: inline;
	border:5px solid #b5b5b5;
	margin-top: 20px;
	margin-right: 20px;
	
}


.feature_projects li p {
	float: left;
	display: inline;
	width:280px;
	margin: 0px 0px 20px 0px;
}

