/*//////////////////////////////////////////////////*/
/*/////{ Accessible News Slider Global Styles }/////*/
/*//////////////////////////////////////////////////*/
	.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;
	}
	.accessible_news_slider li p {font-size: 1em;}
	.accessible_news_slider {position: relative;overflow: hidden;}
	.accessible_news_slider .javascript_css {
		position: relative;
		z-index: 2;
		padding: 20px;
		background: #fffcd3;
	}
	
	.accessible_news_slider .back {}
	.accessible_news_slider .back a,.accessible_news_slider .next a {display: none;font-size: 1.4em;outline: none; /* This is optional, and is arguably less accessible. */}
	.accessible_news_slider .next {}
	.accessible_news_slider ul {
		position: relative;
		left:0;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		
	}
	.accessible_news_slider li {float:left;display:inline;width:335px;}
/*\\\\\{ END A.N.S. Global Styles }\\\\\\\\\\\\\\\\\\*/



/*//////////////////////////////////////////////////*/
/*/////{ Theme [ Image Viewer ] }///////////////////*/
/*//////////////////////////////////////////////////*/
	.image-viewer  {
		width:280px;
		border-bottom: 1px solid #3b5669;
		margin: 0px;
		background:url(../img/slider_btn2.png)no-repeat center bottom;
		border:1px solid #333;
		margin-bottom:15px;
		padding-bottom:8px;
	}

	.image-viewer .next {
		padding: 2px 0px 0px 0px;
		display:block;
		float:right;
		height: 20px;
		/*background: url(/slider/themes/candy_coated/next_inactive.png) no-repeat top left;*/
	}

	.image-viewer .back {
		display:block;
		float:left;
		padding: 2px 0px 0px 0px;
		height: 20px;
		/*background: url(/slider/themes/candy_coated/prev_inactive.png) no-repeat;*/
	}


	.image-viewer .next a {
		text-align:right;
		padding: 7px 5px 0 5px;
		width:100px;
		height: 20px;
		color:#555;
		text-decoration:none;
		font-size:.9em;
		/*background: url(/slider/themes/candy_coated/next.png) no-repeat top left;*/
	}

	.image-viewer .back a {
		padding: 7px 5px 0 5px;
		height: 20px;
		text-align: center;
		text-decoration:none;
		color:#555;
		font-size:.9em;
		/*background: url(/slider/themes/candy_coated/prev.png) no-repeat;*/
	}

	.image-viewer #slidernav{
		margin: 0;
		padding: 0px 6px;
		background: #555;
		text-align:center;
		clear:both;
		border-bottom:1px solid #000;
	}
	.image-viewer .view_all {float:left;color:#eee;}
	.image-viewer .view_all a{text-decoration:none;color:#bbb;}
	.image-viewer ul {padding:0px;margin:0px;}
	.image-viewer li {
		padding:5px 0px;
		overflow: hidden;
		background:#1a1a1a;
		height:180px;
		text-align:center;
		width:280px;
	}
	
	.caption{
	#color:#e1e1e1;
	}
/*\\\\\{ END Theme: Image Viewer }\\\\\\\\\\\\\\\\\\*/



/*//////////////////////////////////////////////////*/
/*/////{ Theme [ Candy Coated ] }///////////////////*/
/*//////////////////////////////////////////////////
	.candy_coated{
		width: 674px;
		border-bottom: 2px solid #ccc;
		margin: 0 0;
		background:#ddd;
	}

	.candy_coated .next{
		float:right;
		position:relative;
		padding: 0px 0px 0px 10px;
		width: 65px;
		height: 25px;
		margin-right:-10px;
		top:0px;
		background: url(/slider/themes/candy_coated/next_inactive.png) no-repeat top left;
	}

	.candy_coated .back{
		float:right;
		position:relative;
		
		padding: 0px 0px 0px 10px;
		top:0px;
		width: 65px;
		height: 25px;
		margin-right:5px;
		background: url(/slider/themes/candy_coated/prev_inactive.png) no-repeat;
	}

	.candy_coated .next a{
		position: absolute;
		padding: 1px 0px 0px 10px;
		width: 65px;
		top: 0px;
		right: 0px;
		height: 25px;
		color:#eee;
		text-decoration:none;
		background: url(/slider/themes/candy_coated/next.png) no-repeat top left;
	}

	.candy_coated .back a {
		position: absolute;
		padding: 1px 5px 0px 5px;
		width: 65px;
		top: 0px;
		left: 0px;
		height: 25px;
		text-align: center;
		text-decoration:none;
		color:#eee;
		background: url(/slider/themes/candy_coated/prev.png) no-repeat;
	}

	.candy_coated #slidernav{margin: 0;padding: 4px 10px;background: #53718c;}
	.candy_coated .view_all {float:left;color:#eee;}
	.candy_coated .view_all a{text-decoration:none;color:#bbb;}
	.candy_coated ul {background:#ddd;}
	.candy_coated li {
		margin: 5px;
		overflow: hidden;
		overflow-y: auto;
		background:#fff;
		height:140px;
		padding:5px;
		width:316px;
	}
*/
/*	.candy_coated li p {float: left;display: inline;margin: 0 0 0 0px;}
\\\\\{ END Theme: Candy Coated }\\\\\\\\\\\\\\\\\\*/