				p { text-align: left; margin: 15px 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 }				.stripViewer .panelContainer .panel ul {			text-align: left;			margin: 0 15px 0 30px;		}		.stripViewer {			position: relative;			overflow: hidden; 			margin: auto;			width: 810px;			clear: both;			background: #fff;			}					*html .stripViewer {			width: 810px;			}		.stripViewer .panelContainer { 			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: 810px; /* Also specified in  .stripViewer  above */		}				.stripViewer .Container .panel .wrapper { 			padding: 10px;		}				.stripNav { 			margin: auto;			width:600px !important;		}				.stripNav ul {			list-style: none;		}				.stripNav ul li {			float: left;		}				.stripNav a {			padding-bottom:5px;			padding-top:10px;			text-align:center;			width:198px;			font-weight:bold;			color:#FFFFFF;			text-decoration: none;			display: block;			position:relative;			float:left;			z-index:100;			}					*html .stripNav{			width:813px !important;			padding:0px;			margin:0px;			}		*html .stripNav a {			width:193px;			padding-bottom:4px;			}		.stripNav li { background: #EEEEEE;}		.stripNavL, .stripNavR { /* The left and right arrows */			position: absolute;			top: 230px;			text-indent: -9000em;		}		.stripNavL a, .stripNavR a {			display: block;			height: 40px;			width: 40px;		}		.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;		}		