/*
	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 { padding: 0px; width: 602px; height: 179px; margin: 0px;}
	.coda-slider { border: 0px solid #009dd4; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 179px; overflow: auto !important; padding-right: 0px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:602px; height: 179px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 602px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { color: #fff; background-color: #b0e3fa; height: 11px; width: 11px; padding: 0px; margin-right: 2px; display: block;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; margin: 0px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 50px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; position: absolute; top: 147px; left: 665px; z-index: 2; }
    html>body .coda-nav ul { clear: both; position: absolute; top: 147px; left: 697px; z-index: 2; }
	.coda-nav ul li { display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; width: 11px; height: 11px; background-color: #0f77a7;}
	.coda-nav ul li a { color: #fff; font-family: Arial, Helvetica, sans-serif; float: left; text-decoration: none; font-weight: normal; width: 11px; height: 11px; background: url(../images/NUMBER_OFF.png) no-repeat top left; padding: 0px; margin-right: 2px; background-color: #0f77a7; display: block; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both;}
	.coda-slider { 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; display: none; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
    
    
#sliderImage {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 378px;
    margin: 0px 10px 0px 0px;
}

#sliderText {
    margin: 0px;
    float: left;
    width: 160px;
    padding: 20px 0px 0px 0px;
}

