/*
	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.
*/
	noscript div { }

/* 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; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:925px; height: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:925px; height:600px; }
	.coda-slider-wrapper.arrows .coda-slider { }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background:#000; color:#fff; position:absolute; z-index:1; text-indent:-9999px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #FF7200; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* Preloader */
	.coda-slider p.loading { 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:auto; overflow: hidden; padding-bottom: 1em; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #3F001F; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; display: inline; overflow: hidden; position: relative; }
	.coda-slider .panel { display: none; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-right, .coda-nav-left { position:absolute; /*top:280px;*/ top:300px }
	.coda-nav-right { right: 10px; }
	.coda-nav-left { /*left: -20px;*/ top:250px; right: 10px; }
	.coda-nav-left a, .coda-nav-right a { display:block; width:30px; height:30px; }
	.coda-nav-left a { background:url(../images/collection/summer2011/arrows.jpg) no-repeat left bottom; }
	.coda-nav-right a { background:url(../images/collection/summer2011/arrows.jpg) no-repeat left top; }
	.panel-images { width:500px; float:left; position:relative; z-index:0; background:red; }
	.panel-desc { float:right; width:384px; height:584px; border:8px solid #efefef; position:relative;  }
	.panel-desc li { list-style:none; float:left; width:100px; height:100px; margin:10px; }
	.panel-desc li.highlight { background:#ddd; text-transform:uppercase; font-weight:bold; text-align:right; font-size:14px; width:80px; height:80px; padding:10px; }
	.panel-desc .rollover { position:absolute; bottom:15px; left:15px; text-transform:uppercase; font-size:10px; }
