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


/* These 2 lines specify style applied while slider is loading */
.csw {width: 980px; height: 561px; overflow:hidden; display:none;}
.csw .loading {margin: 0; text-align: center; display:none;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	width: 980px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 551px;
	padding: 0 0 20px 0;
	text-align: center;
}

.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: 561px;
	position: relative;
	width: 980px; /* Also specified in  .stripViewer  above */
	cursor: pointer;
}

.panel .wrapper {
	height: 551px;
	overflow: hidden;
}

.panel embed,
.panel object {
	margin: -1px 0 0 0;
}

.hide {
	display: none;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0 auto;
	position: absolute;
	top: 594px;
	left: 330px;
	z-index:100;
}

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

.stripNav ul li {
	/* The nav links */
	float: left;
	margin-right: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 64px;
	background-position: center bottom;
}

.stripNav li.tab1 {
	background-image: url(/wordpress/wp-content/themes/ri/images/home/tab1-mbradford.jpg);
	width:87px;
}
.stripNav li.tab2 {
	background-image: url(/wordpress/wp-content/themes/ri/images/home/tab2.jpg);
	width:78px;
}
.stripNav li.tab3 {
	background-image: url(/wordpress/wp-content/themes/ri/images/home/tab3.jpg);
	width:80px;
}
.stripNav li.tab4 {
	background-image: url(/wordpress/wp-content/themes/ri/images/home/tab4-we-think.jpg);
	width:86px;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	text-indent: -9999px;
	height: 64px;
	background-position: left top;
}


.stripNav li.tab1 a {
	background-position: right top;
}
.stripNav li.tab2 a {
}
.stripNav li.tab3 a {
}
.stripNav li.tab4 a {
}

.stripNav li a:hover, .stripNav li a.current
{
	background-image: url(/wordpress/wp-content/themes/ri/images/home/tab_notch.jpg);
	background-repeat: no-repeat;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display: none;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}
