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

/* Insignificant stuff, for demo purposes */

	noscript div { width:500px; height:55px; background: #ccc; border: 1px solid #900; margin: 0 auto; padding: 5px; font-size:10px; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; margin:0 15px; }
	.coda-slider { background: #ffffff; margin:20px auto; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 291px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { width: 880px } 
	.coda-slider .panel { width: 780px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:780px }
	
	/* Arrow styling */
	.coda-nav-left a { width:49px; height:500px; background:url(../images/graphics/arrowRedLeft.gif) left no-repeat; color:#ffffff; text-indent:-9000px; }
	.coda-nav-right a { width:49px; height:500px; background:url(../images/graphics/arrowRedRight.gif) right no-repeat; color:#ffffff; text-indent:-9000px; }

	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0; }
	
	/* Preloader */
	.coda-slider p.loading { padding:5px 0; text-align: center; margin:0 auto; }
	
	/* Custom Navigation */
	.naviMobile { width:119px; height:34px; padding:0; margin:0 4px 0 0; display:block; }
	.naviMobile a { width:119px; height:34px; padding:0; margin:0; border:none; display:block; background:url(../images/navigation/mobileiMobile.gif) top no-repeat; text-indent:-9000px; }
	.naviMobile a:hover { background:url(../images/navigation/mobileiMobile.gif) bottom no-repeat; }
	.naviMobile a.current { background:url(../images/navigation/mobileiMobile.gif) bottom no-repeat; }

	.naviGoogle { width:109px; height:34px; padding:0; margin:0 4px 0 0; display:block; }
	.naviGoogle a { width:109px; height:34px; padding:0; margin:0; border:none; display:block; background:url(../images/navigation/mobileiGoogle.gif) top no-repeat; text-indent:-9000px; }
	.naviGoogle a:hover { background:url(../images/navigation/mobileiGoogle.gif) bottom no-repeat; }
	.naviGoogle a.current { background:url(../images/navigation/mobileiGoogle.gif) bottom no-repeat; }

	.navBlackberry { width:152px; height:34px; padding:0; margin:0 4px 0 0; display:block; }
	.navBlackberry a { width:152px; height:34px; padding:0; margin:0; border:none; display:block; background:url(../images/navigation/mobileBlackberry.gif) top no-repeat; text-indent:-9000px; }
	.navBlackberry a:hover { background:url(../images/navigation/mobileBlackberry.gif) bottom no-repeat; }
	.navBlackberry a.current { background:url(../images/navigation/mobileBlackberry.gif) bottom no-repeat; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { width:760px; height:34px; margin:10px auto 0 auto; padding:0 10px; background:url(../images/navigation/clientsBG.gif) bottom no-repeat; }
	.coda-nav ul { clear: both; display: block; margin: 0; padding:0; overflow: hidden; }
	.coda-nav ul li { position:relative; float:left; margin:0 2px 0 0; display: inline; }
	/*
	.coda-nav ul li a { height:18px; color: #b73c31; display: block; float: left; margin-right: 6px; padding: 8px 6px; text-decoration: none; font-size:14px; font-weight:bold; }
	.coda-nav ul li a.current { background:url(../images/navigation/clientsHighlight.gif) bottom repeat-x; } 
	*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.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 }
	
