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

	.panel h2.title { margin-top:6px; margin-bottom: 15px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* 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: 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: 700px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { display:block; width: 24px; height:40px; text-indent:-1000em; z-index:600;
		background:url(/assets/layout/vbs2010/slider_arrows.gif) no-repeat 0 50%; position:absolute; top:150px; left:-7px; }
	.coda-nav-right a { background-position: -24px 50%; left:auto; right:-7px; }
	.coda-nav-left a:focus, .coda-nav-right a:focus, .coda-nav a:focus { outline:none; }
	
	/* Tab nav */
	.coda-nav ul li a.current, .coda-nav ul li a:hover { background: url(/assets/layout/vbs2010/home_tab_active.png) repeat-x; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; padding-top:0 }
	
	/* 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 { position:relative; clear: both; display: block; }
	.coda-nav-shadow { padding: 0 30px; background:url(/assets/layout/vbs2010/home_tabs_bg.png) no-repeat 50% 0; }
	.coda-nav ul { background:#FBB018 url(/assets/layout/vbs2010/home_tabs_bg.png) no-repeat 50% 0;
		border: solid 2px #FBD818; border-top:none; overflow: hidden; margin: auto;
		-moz-border-radius-bottomleft:7px; -moz-border-radius-bottomright:7px;
		-webkit-border-bottom-left-radius:7px; -webkit-border-bottom-right-radius:7px; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { width: 90px; text-align:center; font-weight:bold; color: #fff; display: block; float: left; margin-right: 2px; 
		padding: 43px 0 3px; text-decoration: none; position:relative; }
	.coda-nav ul li a span.icon { position:absolute; top:5px; left:30px; display:block; height:40px; width:40px; 
		background: url(/assets/layout/vbs2010/home_tabs_icons.png) no-repeat 0 50%; }
		
	.coda-nav ul li.theme a span.icon { background-position: -88px 50%; }
	.coda-nav ul li.schedule a span.icon { background-position: -175px 50%; }
	.coda-nav ul li.samples a span.icon { background-position: -455px 50%; }
	.coda-nav ul li.decorating a span.icon { background-position: -358px 50%; }
	.coda-nav ul li.tunes a span.icon { background-position: -262px 50%; }
	.coda-nav ul li.buy a span.icon { background-position: -549px 50%; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; position: relative }
	.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 }*/
	