@charset "UTF-8";/* CSS Document */.stripViewer .panelContainer .panel ul {	text-align: left;	margin: 0;}/* These 2 lines specify style applied while slider is loading */.csw {width: 100%; height: 660px; background: #fff; overflow: scroll}.csw .loading {margin: 200px 0 300px 0; text-align: center}.stripViewer { /* This is the viewing window */	position: relative;	overflow: hidden; 	border: 0; /* this is the border. should have the same value for the links */	margin: 0; /* formerly auto */	padding: 0;	width: 440px; /* Also specified in  .stripViewer .panelContainer .panel  below */	height: 660px;	/* clear: both; */	background: #fff;}.stripViewer .panelContainer { /* main container forend-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; // optional line to stop panel highlighting in Firefox. Commented out as it doesn't verify. */}.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */	float:left;	height: 100%;	position: relative;	width: 440px; /* Must match width specified in .stripViewer above */	margin: 0;	padding: 0;	border: 0;}.stripViewer .panelContainer .panel .wrapper { /* optional padding within panels */	padding: 0;	margin: 0;}.stripViewer .panelContainer .panel .wrapper #expert_name {	float: left;}.experts .stripViewer .panelContainer .panel .wrapper #expert_name p {	font-size: 1.3em;	color: #FF3333;	padding-top: 40px;}.management .stripViewer .panelContainer .panel .wrapper #expert_name p {	font-size: 1.3em;	color: #FF3333;	margin-top: 20px;}.stripViewer .panelContainer .panel .wrapper #expert_pic {	width: 120px;	float: right;	margin: 0;	padding: 0;}.stripViewer .panelContainer .panel .wrapper #expert_bio {	color: #666;	clear: both;}.stripViewer .panelContainer .panel .wrapper #expert_pic img {	text-align: center;	border: 0;	margin: 0;	padding: 0;}.stripNav { /* div to hold optional tab navigation */	margin: auto;	display: none;	}.title {	font-style: italic;}#cross-links span.name {	display: block;	margin: 0;	padding: 0;}#cross-links span.title {	font-style: italic;	display: block;	margin: 0;	padding: 0 0 8px 0;}