.codatabs * { margin: 0; padding: 0 }
		
		.codatabs h3 { margin-bottom: 10px; padding-bottom: 3px; text-align: left; }
			
		
		.codatabs p a, li a {padding: 0; }
		

		
		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;
		text-decoration: none;
		 }
		
		img { border: 0 }
		
		.codatabs {
			font-family: Verdana, Arial;
			background: #ffffff;
			color: #000;
			width: 58px;
			text-align: left;
			padding-bottom: 20px;
			margin-top: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
			
			
		}
		
		.stripViewer .panelContainer .panel ul.inside {margin-top:5px;}
		
		.stripViewer .panelContainer .panel ul.inside li {background: url(/Images/SageMicrOpay/micropay/ListImageDrop.gif) 0 2px no-repeat; list-style-type: none; margin: 2px 0 2px 2px; padding: 0px 0px 4px 17px; font-family: arial; font-size: 1.0em; line-height: 100%; color: #4D4E52;}
		
		
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
			
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 320px; background: #fff;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #D2D3D5; /* this is the border. should have the same value for the links */
			width: 581px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			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;		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 561px; /* Also specified in  .stripViewer  above */
		}
		
			
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			margin-top: 0px;
			padding: 20px 20px 20px 21px;
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0 0 0 0px;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin-left: 20px;
			
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
			margin-left: -20px;
			-moz-user-select: none;
			
				
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			line-height: 40px;
			background: transparent url(/Images/SageMicrOpay/micropay/Tab_Normal.jpg) 0 0 no-repeat;
			color: #4C4F54;
			text-decoration: underline;
			display: block;
			padding: 0 0 0 20px;
			width: 160px;
			
		}
		
		.stripNav a:hover {
			background: transparent url(/Images/SageMicrOpay/micropay/Tab_RollOver.jpg) 0 0 no-repeat;
			color: #999999;
		}
		
		.stripNav a.current {
			background: transparent url(/Images/SageMicrOpay/micropay/Tab_selected.jpg) 0 0 no-repeat;
			color: #008469;
			text-decoration: none;
		}
		
		
		.stripNav a.current:hover {
			text-decoration: none
			
		}
		
		.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;
			display: none;
		}
		
		.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;
		}