/* Coda Slider */
#wrapitup {
			width: 900px;
			height: 100%;
			}

		#wrapitup #imagenav {
			width: 291px;
			*width: 321px;
			float: left;
			}
		
		#wrapitup #slider1 {
			float: left;
			}

		#wrapitup p { text-align: left; margin: 15px 0;}
		
		#wrapitup p, #wrapitup ul { } 
		
		#wrapitup p a, #wrapitup li a { color: #39c; text-decoration: none }
		
		#wrapitup p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		#wrapitup p#cross-links { text-align: center }
		
		/* Narrator Navigation Images Mouseover */
			/* Image Placement */
			#wrapitup a#slidy_btn, #wrapitup a#myopia, #wrapitup a#hyperopia, #wrapitup a#astigmatism, #wrapitup a#presbyopia {
				float: left;
				height: 41px;
				text-decoration: none;
				width: 308px;
				display: block;
				padding-top: 15px;
				margin-top: -14px;
				}			

			/* Image Assignment */
				/*Buy */
				#wrapitup a#slidy_btn {
				background-image: url(images/navigator_btn.png);
				background-position: top left;
				background-repeat: no-repeat;
				color: #fff;
				font-size: 18px;
				
				}
				
				 
				
				#wrapitup a#myopia {
				background-image: url(images/myopia_btn.png);
				background-position: top left;
				background-repeat: no-repeat;
				}
				
				#wrapitup a#hyperopia {
				background-image: url(images/hyperopia_btn.png);
				background-position: top left;
				background-repeat: no-repeat;
				}
				
				#wrapitup a#astigmatism {
				background-image: url(images/astigmatism_btn.png);
				background-position: top left;
				background-repeat: no-repeat;
				}
				
				#wrapitup a#presbyopia {
				background-image: url(images/presbyopia_btn.png);
				background-position: top left;
				background-repeat: no-repeat;
				}
				
				#wrapitup a#testimonials {
				background-image: url(images/slidy_navigator_btn_small.png);
				background-position: top left;
				background-repeat: no-repeat;
				display: block;
				width: 308px;
				height: 31px;
				padding-top: 9px;
				margin-top: -7px;
				color: #fff;
				font-weight: bold;
				font-size: 16px;
				}
				

			/* Image Hover */
			#wrapitup a#slidy_btn:hover, #wrapitup a#myopia:hover, #wrapitup a#hyperopia:hover, #wrapitup a#astigmatism:hover, #wrapitup a#presbyopia:hover, #wrapitup a#testimonials:hover {
				background-position: top right;
				color: #bfddf2;
				}

			


		#wrapitup noscript p, #wrapitup noscript ol { color: #a00;  text-align: left ;}
		#wrapitup noscript a { color: #a00; text-decoration: underline ;}
		#wrapitup noscript ol { margin-left: 25px; ;}
		
		#wrapitup a:focus { outline:none ;}
		
		#wrapitup img { border: 0 ;}
		
		#wrapitup h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left ;}
		
		#wrapitup body {
			font-family: Helvetica, Verdana, Arial;
		}
		
		#wrapitup .stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px 15px 0px 30px;
		}
		
		#wrapitup .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}
		
		#wrapitup #test_info {
		font-size: 14px;
		padding-left: 50px;
		}
		
		#wrapitup a#text_link {
		display: block;
		color: #fff;
		font-weight: normal;
		font-size: 15px;
		line-height: 18px;		
		}
		
			#wrapitup #text_fix {
			padding-left: 30px;
		
			padding-bottom: 15px;
			text-align: left;
			}
			
			
		
		#wrapitup a#text_link:hover {
		color: #bfddf2;
		text-decoration: underline;
		}

		/* These 2 lines specify style applied while slider is loading */
		#wrapitup .csw {width: 100%; height: 460px; background: #fff; overflow: scroll;}
		#wrapitup .csw .loading {margin: 200px 0 300px 0; text-align: center;}

		#wrapitup .stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 585px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
			background: transparent;
		}
		
		#wrapitup .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. */
		}
		
		#wrapitup .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 585px; /* Also specified in  .stripViewer  above */
		}
		
		#wrapitup .stripViewer .panelContainer .panel a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		}
		
		#wrapitup .stripViewer .panelContainer .panel a:hover {
		color: #c8e4f8;
		}
		
		#wrapitup .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		#wrapitup .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none !important;
		}
		
		#wrapitup .stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		#wrapitup .stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		#wrapitup .stripNav a { 
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		#wrapitup .stripNav li.tab1 a { background: #60f ;}
		#wrapitup .stripNav li.tab2 a { background: #60c ;}
		#wrapitup .stripNav li.tab3 a { background: #63f ;}
		#wrapitup .stripNav li.tab4 a { background: #63c ;}
		#wrapitup .stripNav li.tab5 a { background: #00e ;}
		
		#wrapitup .stripNav li a:hover {
			background: #333;
		}
		
		#wrapitup .stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		#wrapitup .stripNavL, .stripNavR { 
			position: absolute;
			text-indent: -9000em;
		}
		
		#wrapitup .stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		#wrapitup .stripNavL {
			left: 0;
		}
		
		#wrapitup .stripNavR {
			right: 0;
		}
