    /*
	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 */

	
	

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { }
	.coda-slider {  }
	
	/* 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; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 370px } 
	
	/* 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 }
	
	/* Arrow styling */
	.coda-nav-left a {  position: absolute;top: 65px;z-index: 100;left: 10px; font-size:1.5em;}
	.coda-nav-right a {  position: absolute;top: 65px;z-index: 100;right: 10px; font-size:1.5em;}
	
	/* Tab nav */
	.coda-nav ul li a.current { }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {  }
	
	/* 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 */
	ul.coda-nav-inside { clear: both; display: block; margin: auto; padding-top:20px;overflow: hidden }
    ul.coda-nav-inside li { display: inline; float: left; width: 25%; }
    ul.coda-nav-inside li a { height: 63px; display: block; margin-left: 5px; text-decoration: none; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; border: 1px solid #999; }
    ul.coda-nav-inside li a:hover { border-color:#f47b20; }
    ul.coda-nav-inside a.wb { background:url(/images/AWG/th-wb.gif) center no-repeat #FFF; }
    ul.coda-nav-inside a.pb { background: url(/images/AWG/th-pb.gif) center no-repeat #FFF;}
    ul.coda-nav-inside a.pros { background:url(/images/AWG/th-pros.gif) center no-repeat #FFF;}
	ul.coda-nav-inside a.bwed { background:url(/images/AWG/th-bl.gif) center no-repeat #FFF; }
	ul.coda-nav-inside a.bella { background:url(/images/AWG/th-bella.gif) center no-repeat #FFF;}
	ul.coda-nav-inside a.awg { background:url(/images/AWG/th-awg.gif) center no-repeat #FFF;}
    ul.coda-nav-inside a.inbloom { background: url(/images/BeLoved-Logo.svg) center no-repeat #FFF; background-size: 85% auto; background-position-y: 50%;}
    ul.coda-nav-inside a.bella { background:url(/images/AWG/th-bella.gif) center no-repeat #FFF; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow-x: hidden }
	.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 }
	