/*
	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;
}

.business_as_usual .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.business_as_usual .next {
	position: absolute;
	top: 0;
	right: 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 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 ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
}

.business_as_usual a {
	color: #363636;
}

.business_as_usual .back {
	height: 24px;
	font-variant: small-caps;
}

.business_as_usual .back a {
	padding: 8px 0 9px 36px;
	text-decoration: none;
	background: url(http://rootmadison.com/images/slider-previous.jpg) no-repeat 0 3px;
}

.business_as_usual .next {
	height: 24px;
	font-variant: small-caps;
}

.business_as_usual .next a {
	padding: 8px 36px 9px 0;
	text-decoration: none;
	background: url(http://rootmadison.com/images/slider-next.jpg) no-repeat 31px 3px;
}

.business_as_usual .view_all {
	display: none;
}

.business_as_usual ul {
	padding: 20px 0 0 0;
	float: left;
}

.what-info-list ul {
	margin-left: 0;
}

.business_as_usual li {
	width: 920px;
	padding: 15px 0;
	margin: 0;
	overflow: hidden;
}

.business_as_usual li img {
	display: inline;
}

#container .business_as_usual li p {
	width: 820px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Current Events ]
-----------------------------------------------------------------------------------------*/

.current-events  {
	width: 600px;
	overflow: hidden;
}

.current-events a {
	color: #96a0a8;
	text-decoration: none;
}

.current-events a:hover {
	color: #0c4878;
	text-decoration: none;
}

.current-events #slider-right {
	width: 110px;
	float: right;
}

.current-events .back {
	padding-top: 5px;
	float: left;
}

.current-events .next {
	padding-top: 5px;
	float: right;
}

.current-events .back a {
	font-weight: bold;
}

.current-events .next a {
	font-weight: bold;
}

.current-events .view_all {
	display: none;
}

.current-events ul {
	float: left;
}

.current-events li {
	width: 600px;
	overflow: hidden;
}

.current-events li img {
	display: inline;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Case Studies ]
-----------------------------------------------------------------------------------------*/

.case_study .slider-nav {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
}

.case_study .back {
	padding-top: 5px;
	float: left;
}

.case_study .next {
	padding-top: 5px;
	float: right;
}

.case_study .back a {
	font-weight: bold;
	padding: 6px 0 8px 36px;
	background: url(http://rootmadison.com/images/slider-previous.jpg) no-repeat 0 0;
}

.case_study .next a {
	font-weight: bold;
	padding: 6px 38px 8px 0;
	background: url(http://rootmadison.com/images/slider-next.jpg) no-repeat 31px 0;
}

.case-study-images {
	width: 800px;
	margin: 0 37px;
	overflow: hidden;
}

.case-study-slider ul {
	height: 500px !important;
	overflow: hidden;
}

.case_study li {
	width: auto;
	display: inline;
	overflow: hidden;
}

#layout .case_study li img {
}

.case_study .view_all {
	display: none;
}
