/*
	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.6;
}
.accessible_news_slider li p {
	font-size: 12px;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	height:120px;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
	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 {
}
.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: 648px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Horrormaniacs ]
-----------------------------------------------------------------------------------------*/

.horrormaniacs  {
	width: 700px;
	margin: 0px;
}
.horrormaniacs a {
	color: #ffffff;
}
.horrormaniacs .back {
	width: 61px;
	height: 58px;
}
.horrormaniacs .next {
	width: 61px;
	height: 58px;
	left: 639px;
}
.horrormaniacs .next a {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 19px;
	height: 85px;
	line-height: 75px;
	background: url(images/themes/horrormaniacs/next.gif) no-repeat top right;
}
.horrormaniacs .back a {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 19px;
	height: 85px;
	line-height: 75px;
	text-align: right;
	background: url(images/themes/horrormaniacs/prev.gif) no-repeat;
}
.horrormaniacs .view_all {
	display:none;
}
.horrormaniacs ul {
    margin-left:26px;
    position:relative;
    top:10px;
    width:660px;
}
.horrormaniacs li {
	padding: 3px 7px;
	background: url(images/themes/horrormaniacs/bg_text.gif) no-repeat;
	overflow: hidden;
	width:648px;
	height:85px;
	margin-right:6px;
	
}
.horrormaniacs li img {
	float: left;
	display: inline;
}
.horrormaniacs li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding:0px;
	width: 550px;
	margin-top:-15px;
}
