﻿			


/* Most common stuff you'll need to change */

	#sliderhome .coda-slider-wrapper { padding: 0px;height: 400px;margin-top: 12px;width: 750px;}
	#sliderhome .coda-slider {padding: 0px;  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	#sliderhome .coda-slider-no-js .coda-slider { height: 400px; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	#sliderhome .coda-slider, #sliderhome .coda-slider .panel { width: 500px;height: 400px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	#sliderhome .coda-slider-wrapper.arrows .coda-slider, #sliderhome .coda-slider-wrapper.arrows .coda-slider .panel { width: 500px;}
	#sliderhome .coda-slider-wrapper.arrows .coda-slider { margin: 0px; }
	
	/* Arrow styling */
	#sliderhome .coda-nav-left a { height: 48px;width: 47px; display: block;  }
	#sliderhome .coda-nav-right a {  height: 48px;width: 47px;display: block; }
	
	#sliderhome .coda-nav-left{ float: left;background: url("/images/prevfeathome.gif") no-repeat center;margin-left: -29px; position: relative;top: 100px;}
	#sliderhome .coda-nav-right { float: left ;background: url("/images/nextfeathome.gif") no-repeat center;position: relative;top: 100px;right: 0px;}

		
	/* Panel padding */
	#sliderhome .coda-slider .panel-wrapper { padding: 0px; float: left; width: 500px;}
	

/* Don't change anything below here unless you know what you're doing */

	
	/* Miscellaneous */
	#sliderhome .coda-slider-wrapper { margin-left: 29px; }
	#sliderhome .coda-slider { float: left; overflow: hidden; position: relative;}
	#sliderhome .coda-slider .panel { display: block; float: left ;}
	#sliderhome .coda-slider .panel-container { position: relative; }

