/*
	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.
*/

	.coda-slider-wrapper {padding: none; width: 560px; height: 130px; margin-left: 43px; margin-top: 5px;}
	/*.coda-slider { background: transparent; }*/
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: none !important; }
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 557px }
	.coda-slider { margin: none; }
	
	/* Arrow styling */
	.coda-nav-left { position:absolute; left: 32px; top: 92px; z-index: 999;}
	.coda-nav-right { position:absolute; left: 655px;  top: 92px; z-index: 999;}
	.coda-nav-left a{display: block; text-indent: -99999px;  width: 34px; height: 38px; background: transparent url('/public/images/arrowLeft.png') repeat top left; }
	.coda-nav-right a {display: block; text-indent: -99999px; width: 34px; height: 38px; background: transparent url('/public/images/arrowRight.png') repeat top left; }
	.coda-nav ul {position: absolute; top: 7px; .top: -20px; left: 210px; z-index: 999;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #dedede; display: block; float: left; margin-right: 6px; padding: 6px; height: 1px; width: 1px; text-indent: -99999px; }
	.coda-nav ul li a.current { display: block; background: #777777; padding: 6px; height: 1px; width: 1px; text-indent: -99999px;}

	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }	