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


.coda-slider-no-js .coda-slider{
	height: 200px;
	overflow: auto !important;
	}

.coda-slider-wrapper{
	width: 940px;
	margin:0 auto;
	padding-top: 200px;
	background: transparent;
	}

.coda-slider-wrapper img{padding-bottom: 100px}

/* 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}
#coda-slider-3{max-height: 110px}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {width: 940px}

/* navlinks div */
.coda-nav{width: 940px; background: url(/images2/divider_beveled_bg.jpg) bottom repeat-x; /*border-bottom: 1px solid #acacac;*/ display:block; height:37px}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* 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, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


