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

#pane1, #pane2 { height:123px; overflow:auto; padding-right:10px;}

/* Insignificant stuff, for demo purposes */
	noscript div { background: #ccdbe5; border: 1px solid #900; margin: 20px 0px; padding: 15px;}
	noscript div ol{ list-style: decimal outside; padding-left:15px;}
	.panel h2.title { margin-bottom: 10px; display:none; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {  padding:0px 0px 0px 0px; margin:0 0px; }
	.coda-slider { background: #fff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 210px; overflow: auto !important; /*padding-right: 20px;*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 952px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 952px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px 0px }
	
	
	
	/* Tab nav */
	
	.coda-nav{}
	.coda-nav ul{ position:absolute; left:52px; top:-50px; display:block; z-index:50; height:50px; clear: both; width:auto !important;}
	
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px 0px 0px 0px; overflow:hidden;}
	
	/* 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 li { display:inline; padding:0; background-image:none;}
	.coda-nav ul li a {  background-position:left top; background-repeat:no-repeat; color: #000; display: block; float: left; margin-right: 0px; padding: 18px 20px 12px 20px; text-decoration: none; height:20px; font:18px Verdana, Geneva, sans-serif; line-height:20px; text-indent:-9999px;}
	/* costume tab */
	.coda-nav ul li.tab1 a{ background:url(../images/tab_featured.png) -6px top no-repeat; width:192px;}
	.coda-nav ul li.tab2 a{ background:url(../images/tab_components.png) -6px top no-repeat; width:192px;}
	.coda-nav ul li.tab3 a{ background:url(../images/tab_robots.png) -6px top no-repeat; width:203px;}
	
	.coda-nav ul li a.current, .coda-nav ul li a:hover { background-position:-6px bottom; }
	
	/* 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{ /*float: left;*/ position:absolute; left:5px; top:25px; z-index:20; }
	.coda-nav-right { /*float: left;*/ position:absolute; right:5px; top:25px; z-index:20; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; text-indent:-9999px;color: #fff; padding: 10px 5px; width:5px; line-height:14px; height:14px; margin-top:50px; }
	
	/* Arrow styling */
	.coda-nav-left a{ background:url(../images/tab_arw_lft.gif) left top no-repeat;}
	.coda-nav-right a{ background:url(../images/tab_arw_rgt.gif) right top no-repeat;}
	
	