.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin:10px 0 10px 0;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width:100%;
	height: 200px; /*background:#fff;*/
}
.csw .loading {
	margin:200px;
	text-align:center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border:none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 715px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	/*height: 250px;*/
clear: both;/*background: #fff;*/
}
.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: 715px;
	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:auto;
	position: relative;
	width: 715px;  /* Also specified in  .stripViewer  above */
	border:0px;
}
.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-left:50px;*/
}
.stripNav ul { /* The auto-generated set of links */
	list-style:none;
	margin:0px;
	padding:0px;
}
.stripNav ul li {
	float:left;
	list-style:none;/* 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-family:Arial, Helvetica, sans-serif;
	/*color:#FFFFFF;*/
color:#808284;
	font-size:12px;
	text-align:center;
	/*font-weight:bold;*/
font-weight:normal;
	text-decoration:none;
	display:block;
	padding-top:13px;
}
.stripNav li.tab1 a {
	/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/slide_2tabs_off.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	color:#808284; /* extra */
	height:35px;
	width:357px;
	list-style:none;
}
.stripNav li.tab2 a {
	/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/slide_2tabs_off.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	color:#808284; /* extra */
	height:35px;
	width:357px;
	list-style:none;
}
.stripNav li a:hover {
	/*background: #FFFFFF;
color:#FFFFFF;*/
color:#808284;
	text-decoration:none;
	list-style:none;
}
.stripNav li a.current {
	/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/slide_2tabs_on.gif);
	background-repeat:no-repeat;
	height:35px;
	width:357px;
	color:#ffffff;
	font-weight:normal;
	padding-top:8px;
	list-style:none;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 150px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 0px;
	width: 0px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
ul .content {
	margin-left:135px;
	padding-left:135px;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#006699;
	font-weight:normal;
}

/*.panel{
padding-top:5px;
}*/

