
	.coda-slider-wrapper { width: 600px; margin:auto; }
	.coda-slider {  }

	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {  }

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

	/* 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; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

	.coda-nav-left, .coda-nav-right { position:relative; top:-30px; }


	/* Panel padding */
	.coda-slider .panel-wrapper { padding-bottom:10px;}

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

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

	/* Tabbed nav */
	.order_nav ul {
    display:block;
    width:600px;
    height: 37px;
    background-position: 0 -380px ;
    padding:0;
    margin:20px auto;
    position:relative;
    list-style:none;
  }
	.order_nav ul li {  }
	.order_nav ul li a {
    position:absolute;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 37px;
    height: 37px;
    text-transform: uppercase;
    text-align:center;
    background-position: -99em 99em ;
  }
  .order_nav ul li.step1 a {
    top:0;
    left:0;
    width:192px;
  }
  .order_nav ul li.step1 a.current {
    background-position: 0 -340px ;
  }
  .order_nav ul li.step2 a {
    top:0;
    left:190px;
    width:220px;
  }
  .order_nav ul li.step2 a.current {
    background-position: -200px -340px ;
  }
  .order_nav ul li.step3 a {
    top:0;
    right:0;
    width:192px;
  }
  .order_nav ul li.step3 a.current {
    background-position: -428px -340px ;
  }

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

