

/* Insignificant stuff, for demo purposes */

	
.panel h2.title {
    margin-bottom: 10px;
}
noscript div { 
  background: #ccc; 
  border: 1px solid #900; 
  margin: 20px 0; 
  padding: 15px ;
}
.coda-slider-wrapper {
  padding:0 10px 0 0;
  
 }
.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 { 
  height: 200px; 
  overflow: auto !important; 
   

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


} 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows  {
  width: 640px; 
 padding-top:10px;



}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
  

}
.coda-slider-wrapper.arrows .coda-slider {
  margin: 0; 
width: 537px;

}
	
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
  background: #000000; 
  color: #ffffff ! important; 
  padding-top: 5px; 
  padding-bottom: 5px;
  
 }
	
/* Tab nav */
.coda-nav ul li a.current { 
  background: #e9af19;
color:#000000 ! important;

}
	
/* Panel padding */
.coda-slider .panel-wrapper { 
    padding-left:22px ;
    color:#000000;
    width:510px;


}
.coda-slider .panel-wrapper p a:hover { 
    
  color:#e9af19 ! important;
   


}
	
/* 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 */
.coda-nav ul { 
   clear: both;
  display: block; 
  margin: 0; 
  overflow: hidden;
  width:515px ! important;
  margin-left:50px;
border-bottom:1px solid #000000;

 }
.coda-nav ul li { 
display: inline;


 }
.coda-nav ul li a { 
   background: #000000; 
   color: #ffffff ! important; 
   display: block; 
   float: left; 
   margin-right: 1px; 
   text-decoration: none;
   padding: 6px 12px;
 }
	
/* 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;
  width:50px;

 }
.coda-nav-left a, .coda-nav-right a { 
  display: block; 
  text-align: center; 
  text-decoration: none;
 }
	