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


	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider .panel { width: 175px } 

	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* Tabbed nav */
	.coda-nav { float: right }
	.coda-nav ul { clear: both; margin: auto; overflow: hidden; float: right; }
	.coda-nav ul li { display: inline; float: left; list-style: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; width:25px; }
	.coda-nav-left a, .coda-nav-right a {  text-decoration: none }
	
	

