/*
	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 .back {
	position: absolute;
	top: 1px;
	left: -42px;
	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: 41px;
	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: 260px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 550px;
	margin: 0px 0px 0px 0px;
	top: -14px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .next {
	width: 46px;
	height: 102px;
	left: 620px;
	top: 41px;
	background: url(../images/main/main_115.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: -27px;
	right: -22px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/main/main_115.gif) no-repeat top right;
}
.candy_coated .back {
	width: 46px;
	height: 102px;
	left: -150px;
	top: 44px;
	background: url(../images/main/main_111.gif) no-repeat;
}
.candy_coated .back a {
	position: absolute;
	top: -30px;
	left: 12px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/main/main_111.gif) no-repeat;
}

.candy_coated ul {
	margin: 10px 10px 10px 30px;
	height: 100px;
}

.candy_coated li {
	padding: 12px 0px;
	overflow: hidden;
}

/* Fix from IE,Mac \*/
* html .candy_coated li {
	padding: 21px 0px;
	overflow: hidden;
}

.candy_coated li img {
	float: center;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 400px;
}
