/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/
/* Most common stuff you'll need to change */
	.coda-slider-wrapper { padding:0px;overflow: hidden; }
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	 .coda-slider { width:200px;height: 318px;overflow: hidden;}
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px; overflow:hidden;} 
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px; overflow: hidden;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px; }
	/* Arrow styling */
	.coda-nav{display:none;}
	.coda-nav-left,.coda-nav-right{display:none;}
 	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {  color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	/* Miscellaneous */
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	.SlideBtn{width:250px;height:20px;overflow:hidden;color:#FFF;padding-top:3px;position:relative;top:-77px;z-index:80;}
	.SlideBtn ul li{float:left;width:48px;text-indent:12px;cursor:pointer;	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#2B2F2E; line-height:15px;}
	.SlideBtn ul li.SlideBtnLeft{ background: url(../img/news_for.jpg) left bottom no-repeat;padding-left:8px;margin-left:25px;}
	.SlideBtn ul li.SlideBtnRight{background: url(../img/news_next.jpg) right bottom no-repeat;float:right;margin-right:15px;}
  .coda-nav-right.coda-nav-left{display:none;}
	
