/*
	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: .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;
	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: 282px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Custom ]
-----------------------------------------------------------------------------------------*/

.custom  {
	width: 964px;
	height:130px;
	border: 0px solid #ccc;
	margin: 0 0 0px 0px;
}

.custom .back {
	width: 61px;
	height: 130px;
	background: url(images/bg_bott.gif) repeat-x left top;
}
.custom .next {
	width: 61px;
	height: 130px;
	left: 904px;
	background: url(images/bg_bott.gif) repeat-x left top;
}
.custom .next a {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 150px;
	height: 130px;
	line-height: 30px;
	background: url(images/next.gif) no-repeat top right;
}
.custom .back a {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 150px;
	height: 130px;
	line-height: 30px;
	text-align: right;
	background: url(images/prev.gif) no-repeat;
}
.custom .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.custom ul {
	border-bottom: 0px solid #eee;
}
.custom li {
	padding: 0 0;
	overflow: hidden;
	margin-top:15px;
}

.custom li .thumb  {
	float:left;
	display:block;
	overflow:hidden;	
	position:relative;
	width:100px;
	height:100px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid #dcdcdc;
	background: #e5e5e5;
	text-align:center !important;
}
.custom li .thumb img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.custom li .thumb img:hover {
	filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70;
	
}

.custom li p {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	width: 140px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:1.3em;
}
.custom li p a {
	color: #ff0066;
	text-transform:uppercase;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
	float: left;
	display: inline;
	width: 140px;
	text-align:left !important;
	margin: 0 0 5px 0;
}
.custom li p a:hover {
	color: #ff3399;
	text-decoration:none;
}
