
@charset "utf-8";
/* CSS Document */

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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.2;
	color: #FFFFFF;
}
.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: #333333;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 11px;
	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: 11px;
	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: 295px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Temptation ]
-----------------------------------------------------------------------------------------*/
@font-face {
 font-family: FeyFont;
 src: url("fonts/FutuLt_.eot"); /* EOT file for IE */
}
@font-face {
 font-family: FeyFont;
 src: url("fonts/FutuLt_.ttf") format("opentype"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: NewFont;
 src: url("fonts/BEBAS___.eot"); /* EOT file for IE */
}
@font-face {
 font-family: NewFont;
 src: url("fonts/BEBAS___.TTF") format("opentype"); /* TTF file for CSS3 browsers */
}

.candy_coated  {
	width: 885px;
	margin: 0 0 13px 0px;
}
.candy_coated a {
	color: #77B9DD;
	text-decoration: none;
}
.candy_coated .back {
	width: 61px;
	height: 28px;
	background: none;
}
.candy_coated .next {
	width: 61px;
	height: 28px;
	left: 840px;
	background: none;
}
.candy_coated .next a {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 150px;
	height: 41px;
	line-height: 20px;
	background: url(images/temptation/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 150px;
	height: 41px;
	line-height: 20px;
	text-align: left;
    padding-left: 45px;
	background: url(images/temptation/prev.gif) no-repeat;
}
.candy_coated .view_all {
    height: 28px;
	border-bottom: 1px solid #333333;
	margin: 13px 0 0 0;
	padding-top: 15px;
	background: url(images/temptation/slide-bg.png) repeat;
	text-align: center;
	font-family: NewFont, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.candy_coated ul {
	border-bottom: none;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
	background: url(images/slide-bg1.jpg) center no-repeat;	
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
	
}