/***********************************************************************
  jQuery Coda-Slider v3.0 - kevinbatdorf.github.com/codaslider
  Copyright (c) 2012 Kevin Batdorf
  This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
************************************************************************/
/********************************************
SASS stylesheet.

No idea what CSS preprocessing is all about? No problem... just use the style.css file instead.
If you want to learn more, check out this article by Chris Coyier

css-tricks.com/musings-on-preprocessing/

********************************************/

.coda-slider-wrapper {
  /*******************************************************
  *
  * Most common stuff you'll need to change 
  * will be below this line.
  *
  ********************************************************/
  /******************************************************
  * 
  * Main wrapper padding 
  *
  *******************************************************/
  margin:30px 0px 0px 0px;
  padding: 0px; 
  width: 698px !important; 
}
  
  .coda-slider {
    /******************************************************
    * 
    * Inner wrapper styles 
    *
    *******************************************************/
    background: #A3B0B8;
    /******************************************************
    * 
    * Width of the container. Typically you will want to 
    * match this with the width of the panel as well. 
    *
    *******************************************************/
    width: 480px; 
	height:380px;
	float:right;
  }
    
    .coda-slider .panel {
      /******************************************************
      * 
      * Width of each individual panel. 
      * Typically you will want to match this with the width 
      * of the container as well. 
      *
      *******************************************************/
      width: 480px; 
	height:380px;
    }
      
      .coda-slider .panel .panel-wrapper {
        /******************************************************
        * 
        * Panel wrapper styles 
        *
        *******************************************************/
        padding: 20px 20px 20px 0px; 
    }
	   
  .coda-nav {
    /******************************************************
    * 
    * Tab styles */
	margin:27px 0px 0px 0px;
	padding-right:20px;
	width:170px;
	height:353px;
	float:left;
	border-right:1px solid #FFF;
	/*font-size:12px;
    
    ********************************************************/ 
  }
    
    .coda-nav .current {
      /******************************************************
      * 
      * Current tab styles 
      *
      *******************************************************/
	  font-weight:bold;
      color: #fff; 
    }
    
    .coda-nav a {
      /******************************************************
      * 
      * Tab styles 
      *
      *******************************************************/
      color: #fff;
      margin-right: 0px;
      padding: 4px 8px 4px 8px; 
    }
    
    .coda-nav a:hover {
      /******************************************************
      * 
      * Tab styles 
      *
      *******************************************************/
      color: #fff; 
      text-shadow: none; 
	  font-weight:bold;
	  text-decoration: underline;
    }
	  
	  
  .loading {


    height: 100%;
    padding: 20px;
    text-align: center; 
  }


/**********************************************************************
*
* Don't change anything below here unless you know what you're doing 
*
***********************************************************************/

.coda-slider-wrapper {
  /************************************************
  * 
  * Wrapper styles 
  *
  *************************************************/
  clear: both;
  overflow: auto; 
  margin:0px;
}
  
  .coda-slider-wrapper .coda-slider {
    /************************************************
    * 
    * slider styles 
    *
    *************************************************/
    float: right;
    overflow: hidden;
    position: relative; 
  }
    
    .coda-slider-wrapper .coda-slider .panel-container {
      /************************************************
      * 
      * Panel container styles 
      *
      *************************************************/
      position: relative; 
    }
      
      .coda-slider-wrapper .coda-slider .panel-container .panel {
        /************************************************
        * 
        * Panel styles 
        *
        *************************************************/
        display: block;
        float: left; 
      }
  
  .coda-slider-wrapper .coda-nav {
    /************************************************
    * 
    * Navigation tabs 
    *
    *************************************************/ 
  }
    
    .coda-nav ul {
      /************************************************
      * 
      * Navigation tabs 
      *
      *************************************************/
      width:170px !important;	 
	  font-size:12px;
	  line-height:1.3;
      clear: both;
      /* display: block; */
	  margin-top:0px;
      margin-left: 0px;
	  margin-right: 0px;
	  margin-bottom:0px;
	  padding:0px 0px 0px 0px;
      overflow: hidden;
    }
      
      .coda-slider-wrapper .coda-nav ul li {
        /************************************************
        * 
        * Navigation tabs 
        *
        *************************************************/
        list-style:none;
      }
        
       .coda-slider-wrapper .coda-nav ul li a {
          /************************************************
          * 
          * Navigation tabs 
          *
          *************************************************/
          display: block;
          float: left;
          text-decoration: none; 
        }
  
        
        .coda-slider-wrapper .title {
          /************************************************
          * 
          * Navigation tabs 
          *
          *************************************************/
          display: none;
        }
  