/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "verdana", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.3;
}
.accessible_news_slider li p {
	font-size: 1px	;
}
.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: 259px;
	text-align:left;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/
/*--------------------- LEBAR ----------------------- */
.candy_coated  {
	width: 520px;
	border-bottom: 1px solid #fefefe;
	margin: 0 0 10px 0;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	/*
	width: 61px;
	height: 58px;
	background: url(../../../images/slideshow/prev_bg.gif) no-repeat; */
}
.candy_coated .next {
	/*
	width: 61px;
	height: 58px;
	left: 46	0px;
	 background: url(../../../images/slideshow/next_bg.gif) no-repeat; */
}
.candy_coated .next a {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 48px;
	height: 19px;
	line-height: 30px;
	background: url(../../includes/news-slider/images/next-48.png) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 48px;
	height: 19px;
	line-height: 30px;
	text-align: right;
	background: url(../../includes/news-slider/images/prev-48.png) no-repeat;
}
.candy_coated .view_all {
	border: 1px solid #D4E5B5;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #EAF9CE;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 1px solid #eee;
}
.candy_coated li {
	padding: 8px 0 0 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;    /* Lebar masing-masing Kolom, total lebar 519 / 2 = 260, diambil 250 biar ada space kanan kirim sehingga tulisan tidak terjepit */
}
/*...................... ADDED BY RUDI -------------------- */
.slide_news{
	float:left;
    margin: 0 0 0 0;
 	padding: 0 0 5px 45px;  /*top right bottom left*/ 
  	background: url(images/news.png) no-repeat;
	font-size:10px;
	color:#555657;
	width:200px;
}
.list_news{
	float:left;
    margin: 0 0 0 0;
 	padding: 0 0 5px 45px;  /*top right bottom left*/ 
  	background: url(images/news.png) no-repeat;
	font-size:10px;
	color:#555657;

}
/*------------------- END ADDED -------------------------- */

