/*
	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 */
	h2.title {display:none;}
	.panel h2.title { margin-bottom: 10px }

/* Most common stuff you'll need to change */
	
	/* 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; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 250px;height:242px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1250px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { color: #fff; }
	
	.coda-slider-wrapper a {color:#fff;}
	/* 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 {background-color:#099;position:absolute;bottom:0px; overflow:hidden;}
	.coda-nav ul {  display: block;overflow:hidden;}
	.coda-nav ul li { display: inline;}
	.coda-nav ul li a {color: #666; float: left;height:13px; margin:0px auto;padding:3px 21px 3px 22px;text-decoration: none; font-weight:bold;cursor:pointer;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { position:relative;height:267px;overflow:hidden;width:250px; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-slider .panel .panel-wrapper img{padding: 0px;margin:0px;float:none;}
	.coda-slider .panel p{background: #666;	padding: 10px; margin:0px;position: relative;z-index: 9999;color: #fff;float:left;text-align: left;width:230px;height:45px;}
