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

dl, dt, dd, ol, ul,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

#slider {
    width: 580px;
    margin: 0 auto;
    position: relative;
	border: solid 1px #ccc;
	margin-bottom:20px;
}

#slider h2{
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #027aaf;
	margin-top: 37px;
	margin-left: 33px;
}
.panel-wrapper{
	background: url(/slider/bg-js.gif) repeat-x;
	margin-bottom: 0px;
	height: 236px;
}
.panel-wrapper img{
	float: right;
}
.panel-wrapper p{
	float: left;
	width: 325px;
	margin-left: 33px;
	margin-bottom: 0;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	line-height: 19px;
}
.panel-wrapper ul{
	width: 225px;
	float: left;
	list-style-image: url(/slider/slider-bullet.gif);
	list-style-position: inside;
	margin: 10px 0px 0px 35px;
	line-height: 5px;
}
.panel-wrapper ul a{
	text-decoration: none;
	font: italic bold 12px "Trebuchet MS";
	color: #027aaf;
}

	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { 
	 height: 276px;
    width: 580px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background:url(/slider/content_pane-gradient.gif) repeat-x scroll left bottom;
	 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 276px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 580px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	
	
	/* 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 ul { 
	clear: both; 
	display: block; 
	margin: 0;
	background: url(/slider/bg-slider-nav.gif) repeat-x;
	height:40px;
	width: 580px;
	}
	
	.coda-nav ul li {
	height: 27px; 
	display: inline; 
    list-style: none;
    margin: 0px;
    padding: 0px;
	float:left;
	background: url(/slider/a-border.gif) repeat-y right;}
	
	
	.coda-nav ul li a { 
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-size:12px; font-style:bold; 
	display: block; 
	float: left; 
	padding: 14px 15px;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	height: 40px;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden }
	.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 {
	height: 40px;
    list-style: none;
    margin: 10px 0px;
    padding: 0;
    padding-bottom: 0px;
	position: absolute;
    top: 236px;
    cursor: pointer;
	 }
	.coda-nav-left { left: 493px; }
	.coda-nav-right{ right: 20px; }
	
