/*
	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: 0px 5px 5px 5px;
	font-size: .8em;
	line-height: 1.6;
}
.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;
	bottom: 0px;
	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;
	bottom: 0px;
	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;
}



/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.project_slider  {
	width: 916px;
/*	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;*/
}
.project_slider a {
	/*color: #363636;*/
}
.project_slider .back {
	width: 16px;
	height: 16px;
	left: 0;
}
.project_slider .back a {
	position: absolute;
	top: 0;
	/*right: 130px;
	width: 150px;*/
	height: 16px;
	line-height: 16px;
	background-image: url(../assets/flecha2_out.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.project_slider .back a:hover {
	background-image: url(../assets/flecha2_over.gif);
}
.project_slider .next {
	width: 16px;
	height: 16px;
	right: 0;
}
.project_slider .next a {
	position: absolute;
	top: 0;
	/*left: 130px;*/
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: right;
	background-image: url(../assets/flecha1_out.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.project_slider .next a:hover {
	background-image: url(../assets/flecha1_over.gif);
}
.project_slider .view_all {
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;*/
	text-align: center;
}
.project_slider li {
	padding: 15px ;
	overflow: hidden;
	width: 190px;
	height:200px;
	background-color:#FFF;
	margin-right:12px;
	margin-top:12px;
}
.project_slider li img {
	float: left;
	display: inline;
}
.project_slider li p {
	float: left;
	display: inline;
	/*margin: 0 0 0 10px;*/
	width: 178px;
	line-height:0.95em;
	font-size: 0.95em;
}
.project_slider li h3 {
	float: left;
	display: inline;
	bottom:0px;
	line-height: 1.15em;
	font-size: 1.15em;
	margin-bottom:0.3em;
	clear:both;
	width: 178px;
}
.project_slider li .blh {
	position:absolute;
	bottom:0px;
	float:left;
	z-index:999;
	display: inline;
	/*margin: 0 0 0 10px;*/
	
	line-height:1.15em;
}
.project_slider li a .blink {
	
	display: inline;
	/*margin: 0 0 0 10px;*/
	
}
