/*
	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 */

	body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.matchesSummary {
	font-weight: bold;
}
.msWestBlue {
	color:#000099;
}
.msEastRed {
	color:#990000;
}
.msLargeFont {
	font-size:x-large;
	font-weight:bold;
}

/* Most common stuff you'll need to change */

	.coda-slider { background: #fff }
	
	/* 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; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 800px; height: 510px } 
	.panelContainer {border:solid 1px; border-color:#CCCCCC}
	
	/* Tab nav */
	.coda-nav table {background-position:center; background-repeat:no-repeat; height:90px; width:800px }
	.tab1, .tab2, .tab3, .tab4, .tab5, .tab6 { width:115px}
	.coda-nav td {text-align:center; vertical-align:middle}	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	
	/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.cclogo {
	background-attachment: fixed;
	background-image: url(../images/cclogo.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	padding: 10px;
}

	.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }	

