/*general*/
noscript p, noscript ol { width:700px; color: #666; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #666; text-decoration: underline }
noscript ol { margin-left: 25px; }
noscript:after {
		}
a:focus { outline: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: auto 0;
	position: relative;
	width: 100%;	background:url(../images/tabslider/linebg.gif) no-repeat top center;
	 
}

/* These 2 lines specify style applied while slider is loading (default 160px)*/
.csw {
	width: 100%;
	height: 160px; 
	background:none; 
	overflow:hidden; 
	color:#666666;}
.csw .loading {
	margin: 200px 0 300px 0; 
	text-align: center}
.stripViewer { /* Slider viewing window */
	position: relative;
	overflow: hidden; 
	width:810px; /* Also specified in  .stripViewer .panelContainer .panel  below (default inprogress px)*/
	height: 270px;
	clear: both;
	color:#f0f0f0;	
}
		
.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;
	text-align:left;
	-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: 810px;
	color:#f0f0f0;
	
/* Also specified in  .stripViewer  above */
		}
		
.stripViewer .panelContainer .panel .sld_wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:11px;
}
.stripViewer .panelContainer .panel .sld_inner {
	width:100%;

}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto 0;
	text-align:center;
	width:500px;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin-left:82px; /* change this fit with your tab menu width */
			
	
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px;
			margin-left:2px;
			
 /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}


		.stripNav li a:link,
		.stripNav li a:visited
		 { /* The nav links */
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			line-height: 26px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0 0 15px;
			background:url(../images/tabslider/left.gif) no-repeat left top;
			width:auto;

		}
		
		.stripNav li a:hover, 
		.stripNav a:link.current, 
		.stripNav a:visited.current{
			background-position:0 -54px;
			color: #666;
		}
		.stripNav li a:link span,
		.stripNav li a:visited span {
			background:url(../images/tabslider/right.gif) no-repeat right top;
			display: block;
			padding: 0 15px 0 0;
		}
		.stripNav li a:hover span, 
		.stripNav a:link.current span, 
		.stripNav a:visited.current span {
			display: block;
			padding: 0 15px 0 0;
			background:url(../images/tabslider/right.gif) no-repeat 100% -54px;
			color: #666;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 120px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		.stripNavR {
			background: url("../images/tabslider/arrow-right.gif") no-repeat center;
		}
		.stripNavR:hover {
			background: url("../images/tabslider/arrow-right_hover.gif") no-repeat center;}
		.stripNavL {
			background: url("../images/tabslider/arrow-left.gif") no-repeat center;
		}
		.stripNavL:hover {
			background: url("../images/tabslider/arrow-left_hover.gif") no-repeat center;}
		
		


