/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 10px;
}
.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: 152px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.videodiv  {
	
	background-color:#232322;
	color:#9e9e9e;
	margin:0 20px;
padding:0 23px;
width:604px;
}
.videodiv a {
	color:#9e602d;
}
.videodiv .back {
	width: 61px;
	height: 58px;
	
}
.videodiv .next {
	width: 61px;
	height: 58px;
	left: 569px;

}
.videodiv .next a {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 23px;
	height: 133px;
	text-decoration:none;
	background: url(../images/videoright.jpg) no-repeat top right;
}
.videodiv .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 23px;
	height: 133px;text-decoration:none;
	background: url(../images/videoleft.jpg) no-repeat;
}
.videodiv .view_all {

	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
display:none;
}
.videodiv ul {

}
.videodiv li {
	padding: 15px 0;
	overflow: hidden;
	text-align:center;
	background:url(../images/videospacer.jpg) no-repeat right;
}
.videodiv li img {/*
	float: left;
	display: inline;*/
}
.videodiv li p {
	/*float: left;
	display: inline;
	margin: 0 0 0 10px;*/
	margin:0 auto;
	width: 136px;
}

