.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	/*margin: auto;*/
	width: 963px;
	height: 46px;
	background: transparent url(../images/pageNav_bg.gif); background-repeat:repeat;/*  repeat scroll 0 0;*/
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	width: 192px;
	height: 46px;
	/*background: #77796C url(../images/carousel/pageNav_bg.png) repeat-y scroll right top;*/
	color: #C6C8B0;
	font-size: 12px;
	/*margin-right: 2px; /* 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: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.stripNav a .text {
	/*text-decoration: underline;*/
}
.stripNav a:hover .text {
	text-decoration: none;
	
}
.stripNav a .num {
	color: #C6C8B0;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

.stripNav li.tab1 { background: transparent url(../images/pageNav_left.gif) no-repeat scroll 0 0; }
.stripNav li.tab5 { background: transparent url(../images/pageNav_right.gif) no-repeat scroll top right; }
/*.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }*/

.stripNav li a:hover {
	/*background: #333;*/
	color: #e3e6cf;
	text-decoration: none;
	/*background: transparent url(http://www.launchmind.com/images/carousel/pageNav_left.gif); background-repeat:repeat-x; no-repeat scroll 0 0; */
}

.stripNav li a.current {
	/*background: #000;*/
	background: transparent url(../images/indicator.gif); background-repeat:no-repeat;/* background-repeat:repeat-y;/* no-repeat scroll 0 0;*/
	text-decoration: none;
}
.stripNav li a.current .text {
	text-decoration: none;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 48px;
	z-index: 800;
	/*text-indent: -9000em;*/
}

.stripNavL, .stripNavR {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	color: #006666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.stripNavL:hover, .stripNavR:hover {
	color: #00ABAB;
}

.stripNavL {
	width: 41px;
	height: 46px;
	left: -11px;
}

.stripNavR {
	width: 76px;
	height: 35px;
	right: -11px;
	padding: 11px 0 0 35px
	}
	.stripNavR a {
		padding: 11px 0 0 35px
	}

.stripNavL {
	background: transparent url(../images/prev.png) no-repeat scroll 0 0;
}

.stripNavR {
	background: transparent url(../images/next.png) no-repeat scroll 0 0;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0px 20px 0;

	position: relative;
	/*width: 100%;*/
	width: 963px;
}

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


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}





.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/*border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	/*width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	width: 963px;
	/*height: 460px;*/
	height: 254px;
	clear: both;
	/*background: #000;*/
	color:#000;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.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: 700px; /* Also specified in  .stripViewer  above */
	width: 963px;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripViewer .panelContainer .panel .leftText {
	float: left;
	height: 57px;
	padding: 43px 0 0 40px;
	width: 449px;
}
.stripViewer .panelContainer .panel .leftText .text {
	color: #0F6666;
	font-size: 13px;
	line-height: 19px;
	/*padding: 26px 0 0;*/
}
.stripViewer .panelContainer .panel .leftText .text .highlight {
	background-color: #BADFF3;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: bold;
}
.stripViewer .panelContainer .panel .leftText .text .highlight, #Page1Block .leftText .text .highlight a {
	background-color: #BADFF3;
	border-bottom: 1px dashed #FFFFFF;
	color: #0F6666;
	font-weight: bold;
	text-decoration: none;
}