/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.asaunit {
	position: relative;
	overflow: hidden;
}
.asaunit .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.asaunit .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.asaunit .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.asaunit .back a,
.asaunit .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.asaunit .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.asaunit ul {
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
/*
	overflow: hidden;
	z-index: 1;
*/

}
.asaunit li {
	width: 160px;
/*
	display: inline;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
*/
}





/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.asaunit  {
	width: 750px;
	margin: 0 0 10px 0;
}
.asaunit .external_container {
	width: 640px;
	position: relative;
	margin: 0 0 10px 55px;
	overflow: hidden;
}

/*.asaunit .external_container li div {
	width: 95px;
}
*/
.asaunit.wide_page {
	width: 940px;
}

.asaunit.wide_page .external_container {
	width: 840px;
}

.asaunit .view_all {
	margin: 58px 0 0 0;
	padding: 10px;
	text-align: center;
}

.asaunit .next {
	width: 55px;
	padding: 0;
	margin: 0;
	padding-top: 60px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.asaunit .back {
	width: 55px;
	height: 155px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	padding-top: 60px;
	margin: 0;
}

/*
.asaunit ul {
}

.asaunit li {
	overflow: hidden;
}

.asaunit li img {
	float: left;
}

.asaunit li p {
}

*/
