.slider-wrap { margin:0; position: relative; width: 100%; overflow: hidden; }
.stripViewer .panelContainer .panel ul { text-align: justify; margin:0; }
/* These 2 lines specify style applied while slider is loading */
.csw 		  { width:100%; height: 120px; background: #fff; overflow: hidden; }
.csw .loading { margin: 10px 0 10px 0; text-align: center; }
.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #CCC; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 388px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 120px;
			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: 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: 388px; /* Also specified in  .stripViewer  above */
			
}
.stripViewer .panelContainer .panel .wrapper { padding: 5px; }
.wrapper 				{ font: 85% Verdana, Arial, Helvetica, sans-serif; color: #666; text-align: justify; }
.wrapper .wraperLink    { text-align: right; padding: 2px; }
.wrapper .wraperLink a  { color: #39C; }
.stripNav 				{ margin: auto; width:100%; }
.stripNav ul 			{ list-style: none; display: inline; }
.stripNav ul li 		{ float: left; margin-right: 2px; }
.stripNav a 			{ font-size: 10px; text-align: justify; line-height: 16px; 	background: #FFF; color: #000; text-decoration: none;
			  		      display: block; padding: 0 10px; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-top: 1px solid #CCC; }
.stripNav li.tab1 a 	{ background: #FFF; }
.stripNav li.tab2 a 	{ background: #FFF; }
.stripNav li.tab3 a 	{ background: #FFF; }
.stripNav li a:hover 	{ background: #CCC; }
.stripNav li a.current  { background: #CCC; color: #000; }
.stripNavL, .stripNavR  { position: absolute; top: 230px; text-indent: -9000em; border: 1px solid #000; }
.stripNavL a, .stripNavR a { display: block; height: 40px; width: 40px; }