﻿<!--
body {
	margin-left: 0px;
	margin-right: 0px;
}


/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.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: absolute;
	overflow: hidden;
	top: 0;
	height:125px;
			background-color:#cce8ec;
}
.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 {
	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;
		top: 0;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;

}
.accessible_news_slider li.ms-vb {
	float: left;
	display: inline;
	width: 168px;
	height:125px;
}
.accessible_news_slider li.ms-vb table {
	width: 167px;
	height:125px;
	border-right:1px;
	border-right-style:dotted;
	border-right-color:#FFFFFF;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	top: 0;
	width: 710px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
.business_as_usual ul {
	margin-top: 0;
	margin-left: 0px;
}
.business_as_usual a {
	color: #363636;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.business_as_usual .back {
	position: absolute;
	top: 0;
	left:670px;
	width: 40px;
	height: 125px;
	line-height: 125px;
	text-indent: -7350px;
	background-image: url('/SiteCollectionImages/news_scroll/newsscroll_back.gif');
	background-repeat: no-repeat;

}
.business_as_usual .next {
	position: absolute;
	left:670px;
	width: 40px;
	height: 125px;
	line-height: 125px;
	text-indent: 7350px;
	background-image: url(/SiteCollectionImages/news_scroll/newsscroll_rt_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.business_as_usual li {
	overflow: hidden;
	height:125px;
}

/**************NEWS SCROLL IMAGE*******************/
#newsscroll
{
	position: absolute;
	left: 0px;
	top: 0px;
}
#newsscroll img
{
border:0;
margin:0;
padding:0;
border:0;
}