.stripViewer .panelContainer .panel ul { list-style:none;  float:right; width:197px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	float:left; width:100%; padding-bottom:20px;
}
/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.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: 624px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	
}
.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: 624px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto; float:left;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none; background:url(../images/news-yearbg.gif) top no-repeat; float:left; width:261px; margin-left:362px;
}
.stripNav ul li {float:left; padding:10px 0px; display:inline;
	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: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;*/float:left; color:#730053; padding:0px 7px;  line-height:10px; text-decoration:none; font-weight:bold;
}
.stripNav li.tab1 a {border-right:1px solid #527d98;
}
.stripNav li.tab2 a {border-right:1px solid #527d98;
}
.stripNav li.tab3 a {border-right:1px solid #527d98;
}
.stripNav li.tab4 a {border-right:1px solid #527d98;
}
.stripNav li.tab5 a {border-right:1px solid #527d98;
}
.stripNav li.tab6 a {
}
.stripNav li a:hover {color:#527d98;
}
.stripNav li a.current {color:#527d98;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center; display:none; display:none;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center; display:none; display:none;
}

div.newspannel{float:left; background:url(../images/news-divbg.gif) no-repeat; width:597px; padding:13px 13px 0px 13px;}
div.newspannel h2{font-size:15px;}
div.newspannel-b{float:left; background:url(../images/news-divbg1.gif) no-repeat; width:597px; height:23px;}
div.newspannel .date{font-weight:bold; font-size:14px; color:#231f20; width:138px; float:left;}
div.newspannel .newstxt{float:right; width:440px;}
div.newspannel .newstxt h2, div.newspannel1 h2{color:#730053; font-size:14px; margin-bottom:0px;}
div.newspannel .newstxt p, div.newspannel1 p{margin-top:10px;}

div.newspannel1arrow{background:url(../images/arrow.gif) 0 2px no-repeat; padding-left:20px;}

div.newspannel1{float:left; width:600px; padding:13px 13px 20px 10px; background:url(../images/news-bg.gif) repeat-x;}
div.newspannel1 h3{color:#527d98; font-size:14px; margin-bottom:0px;}



