/** { margin: 0; padding: 0 }*/

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin:10px;
}

/* 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: 620px; /* 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: 620px;
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: 620px; /* 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:0px;
}

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

.stripNav ul li {
float:left;
/* 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/off_2.jpg);
background-repeat:no-repeat;
padding-top:13px;color:#808284; /* extra */
height:43px;
width:157px; 
}

.stripNav li.tab2 a { 
/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/off_2.jpg);
background-repeat:no-repeat;
padding-top:13px;color:#808284; /* extra */
height:43px;
width:157px; 
}

.stripNav li.tab3 a { 
/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/off_2.jpg);
background-repeat:no-repeat;
padding-top:13px;color:#808284; /* extra */
height:43px;
width:157px; 
}

.stripNav li.tab4 a { 
/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/off_2.jpg);
background-repeat:no-repeat;
padding-top:13px;color:#808284; /* extra */
height:43px;
width:157px; 
}

/*	
.stripNav li.tab5 a { 
background-image:url(images/horz_sliding_tabs/off.jpg);
background-repeat:no-repeat;
padding-top:8px;
height:38px;
width:130px; }*/

.stripNav li a:hover {
/*background: #FFFFFF;
color:#FFFFFF;*/
color:#808284;
text-decoration:none;
}

.stripNav li a.current {
/*background: #FFFFFF;*/
background-image:url(images/horz_sliding_tabs/on_2.jpg);
background-repeat:no-repeat;
height:43px;
width:159px;
color:#ffffff;
font-weight:normal;
padding-top:13px;
}

.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;
text-decoration:none;
}

ul .content {
margin-left:135px;
padding-left:100px;
}

.link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#006699;
font-weight:normal;
}