/* Start of CMSMS style sheet 'carousel' */
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			/*width: 100%;*/
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 334px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center; display: none;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 978px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 334px;
			clear: both;
				
		}
		
		.stripViewer img {
			position: relative;
			z-index: 1;
					}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 978px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			position: absolute;
			top: 334px;
			width: 978px !important;
	height: 41px;
	background: url(./images/slide/carouselmenu.png);
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 978px !important;
			margin: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			
		}
		
		.stripNav a { /* The nav links */
			/*font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;*/
			margin: 0px;
		width: 141px;
		height: 41px;
		display:block;
		float: left;
		text-align: center;
		line-height: 42px;
		margin:0px;
		padding: 0px;
		color: #fff;
		font-family: "Myriad Pro", "Trebuchet MS";
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
		}
		
		.stripNav li.tab1, .stripNav li.tab1 a  {  }
.stripNav li.tab1 a:hover, .stripNav li.tab1 a.current {
	background: url(./images/slide/tab1bg.png) no-repeat;
	color: #000;
}
		.stripNav li.tab2 a { }
.stripNav li.tab2 a:hover, .stripNav li.tab2 a.current {
	background: url(./images/slide/tabbg.png) no-repeat;
	color: #000;
}

		.stripNav li.tab3 a { }
.stripNav li.tab3 a:hover, .stripNav li.tab3 a.current {
	background: url(./images/slide/tabbg.png) no-repeat;
	color: #000;
}
		.stripNav li.tab4 a { }
.stripNav li.tab4 a:hover, .stripNav li.tab4 a.current {
	background: url(./images/slide/tabbg.png) no-repeat;
	color: #000;
}
		.stripNav li.tab5 a { }
.stripNav li.tab5 a:hover, .stripNav li.tab5 a.current {
	background: url(./images/slide/tabbg.png) no-repeat;
	color: #000;
}
		.stripNav li.tab6 a { }
.stripNav li.tab6 a:hover, .stripNav li.tab6 a.current {
	background: url(./images/slide/tabbg.png) no-repeat;
	color: #000;
}
		.stripNav li.tab1, .stripNav li.tab2, .stripNav li.tab3 {margin-right: -1px !important;}
.stripNav li.tab4, .stripNav li.tab5, .stripNav li.tab6 {margin-right: -2px !important;}

.stripNav li.tab7 a { }
.stripNav li.tab7 a:hover, .stripNav li.tab7 a.current {
	background: url(./images/slide/tab7bg.png) no-repeat;
	color: #000;
}

/*		
.stripNav li.tab1 a:hover, .stripNav li.tab1 a.current {
	background-position-x: -8px !important;
}

.stripNav li.tab7 a:hover, .stripNav li.tab7 a.current {
	background-position-x: 9px !important;
	
}


.stripNav li.tab7 a {
	width: 143px;
	text-indent: 5px;
}

.stripNav li.tab7 {
	float: right;
}

		
		.stripNav li a:hover {
			background: url(./images/slide/carouselmenuhover.png) no-repeat;
	color: #000;
		}


		
		.stripNav li a.current {
			background: url(./images/slide/carouselmenuhover.png) no-repeat;
	color: #000;
		}
*/		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 170px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
			position: absolute;
			z-index: 10;
		}
		
		.stripNavR {
			right: 0;
			z-index: 10;
		}
		
		.stripNavL {
			background: url(./images/slide/arrowleft.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(./images/slide/arrowright.png) no-repeat center;
		}
		
		.wrapper {
		margin-top: 63px;
		float:left;
		width: 500px;
		margin-left: 60px;
		display: inline;
		position: absolute;
		z-index: 2;
	}
	
		.wrapper h2 {
			font-family: "Century Gothic", "Myriad Pro", "Trebuchet MS";
			font-size: 42px;
			color: #4d4d4d;
			margin:0;
			line-height: 60px;
			position: relative;
		z-index: 20;
width: 555px;
		}
		
		.wrapper h3 {
			font-family: "Century Gothic", "Myriad Pro","Trebuchet MS";
			font-size: 51px;
			color: #79ad37;
			margin: 0;
			line-height: 55px;
			position: relative;
		z-index: 20;
		}
		
		.wrapper p {
			font-family: "Myriad Pro", "Trebuchet MS";
			font-size: 24px;
			color: #4d4d4d;
			line-height: 30px;
			position: relative;
		z-index: 20;
margin-top: 10px;
width: 425px;
		}

/* End of 'carousel' */

