p { text-align: left; margin: 0px 0 }
p, ul { font-size: 13px; line-height: 1.4em } 
p a, li a { color: #39c; text-decoration: none }
p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
p#cross-links { text-align: center }
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
a:focus { outline:none }
img { border: 0 }
h2 {font-size: 2em;
	letter-spacing: -1px;
	margin: -10px 0 10px 0;
	color: #666;
	text-decoration: none;}
	
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin:30px 0 0 0;
	position: relative;
	width: 100%;
}
/* 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; 
	margin: auto;
	width: 880px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
	clear: both;
	background: url(images/slider-bg.png) 0px 0px no-repeat;
		padding:20px 0 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: 880px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 40px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	float: left;
}
.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;
	width:200px;
	height:60px;
		text-indent: -9000em;
}	
.stripNav li.tab1 a { background:url(images/tab1-off.png) 0px 0px no-repeat;width:240px;}
.stripNav li.tab2 a { background:url(images/tab2-off.png) 0px 0px no-repeat;}
.stripNav li.tab3 a { background:url(images/tab3-off.png) 0px 0px no-repeat;}
.stripNav li.tab4 a  { background:url(images/tab4-off.png) 0px 0px no-repeat;width:240px;}

.stripNav li.tab1 a:hover { background:url(images/tab1-hover.png) 0px 0px no-repeat;width:240px;}
.stripNav li.tab2 a:hover {background:url(images/tab2-hover.png) 0px 0px no-repeat;}
.stripNav li.tab3 a:hover {background:url(images/tab3-hover.png) 0px 0px no-repeat;}
.stripNav li.tab4 a:hover { background:url(images/tab4-hover.png) 0px 0px no-repeat;width:240px;}

.stripNav li.tab1 a.current { background:url(images/tab1-on.png) 0px 0px no-repeat;width:240px;}	
.stripNav li.tab2 a.current {background:url(images/tab2-on.png) 0px 0px no-repeat;}
.stripNav li.tab3 a.current {background:url(images/tab3-on.png) 0px 0px no-repeat;}
.stripNav li.tab4 a.current { background:url(images/tab4-on.png) 0px 0px no-repeat;width:240px;}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 190px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 60px;
	width: 35px;
}
.stripNavL {
	left: 13px;
}

.stripNavR {
	right: 12px;
}
.stripNavL {
	background: url("images/arr-l--.png") no-repeat center;
}
.stripNavR {
	background: url("images/arr-r--.png") no-repeat center;
}

#slider-inleft{width:380px;float:left;margin:-10px 40px 0 0;}
#slider-inleft li{list-style:disc;line-height:22px;}
#slider-inleft h2{font-weight:bold;font-size:1.9em;}

#slider-inright{width:380px;float:left;margin:10px 0 0 0;}
#slider-inright span{width:360px;height:30px;float:left;text-align:center;line-height:30px;font-size: 1.4em;
				margin: 0 0 .45em;color: #666;}
				

.tab2 { background:url(images/tab2.png) 0px 0px no-repeat;}


