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

	body {  }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper { background: #ebeef3; }
	.coda-slider { position: relative; background: url(/images/slider-bg.png) top center no-repeat; width: 960px; height: 300px; margin: 0 auto; padding: 15px 0 0 0; overflow: hidden !important;}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider .panel { width: 960px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  }	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0; text-align: center }

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

	/* Tabbed nav */
	.coda-nav { width: 960px; margin: 0 auto 0 auto; height: 25px; }
	.coda-nav ul { clear: both; display: block; overflow: hidden; list-style: none; padding-top: 9px; width: 960px!important;}
	.coda-nav ul li { display: block; float: left; background: url(/images/slider-nav-bg.png) top center repeat-x; border-right: 1px solid #0063a7; border-left: 1px solid #0063a7; }
	.coda-nav ul li a { text-decoration: none; color: #b9b8b8; outline: none; padding: 19px 38px 10px 38px; display: block; margin-top: -9px; }
	.coda-nav ul li a:hover { color: #FFF; background: url(/images/slider-nav-select.png) top center no-repeat; }
	.coda-nav ul li a.current { color: #FFF; background: url(/images/slider-nav-select.png) top center no-repeat; }
	
	/* Miscellaneous */
	.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 }
	.coda-slider h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; text-transform: uppercase; }
	.coda-slider h1 { font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: normal; color: #000; margin: 10px 0 0 0; }
	.coda-slider p { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 26px; }
	.coda-slider a { color: #d55c19; text-decoration: none; }
	.coda-slider .middle { text-align: center; }
	.coda-slider ul.slider-products { list-style: none; padding-top: 20px; margin: 0; }
/*	.coda-slider ul.slider-products li { float: left; width: 200px; padding: 0 20px; text-align: center; }*/
	.coda-slider ul.slider-products li { float: left; width: 250px; padding: 0 15px; text-align: center; margin-left:25px; }
	.coda-slider ul.slider-products h3 { text-align: center; font-size: 14px; font-weight: normal; padding-bottom: 5px; }
	.coda-slider ul.slider-products p { width: 250px; font-size: 11px; line-height: 14px; padding-bottom: 10px; }
	.coda-slider ul.slider-products a { font-size: 14px; color: #d55c19; text-decoration: none; }
	
	.coda-slider ul.slider-products-2 { list-style: none; padding-top: 20px; margin: 0 0 0 30px; }
	.coda-slider ul.slider-products-2 li { float: left; width: 400px; padding: 0 20px; text-align: center; }
	.coda-slider ul.slider-products-2 h3 { text-align: center; font-size: 14px; font-weight: normal; padding-bottom: 5px; }
	.coda-slider ul.slider-products-2 p { width: 400px; font-size: 11px; line-height: 14px; padding-bottom: 10px; }
	.coda-slider ul.slider-products-2 a { font-size: 14px; color: #d55c19; text-decoration: none; }
	.coda-slider ul.slider-products-2 img {  }
	.middle img {  }