@charset "utf-8";
/* CSS Document */

		#wrapper_flash{
			z-index:5;
		
		}
		
		.wrapper{
			position:relative;	
		}
				
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin:0;
		}		
		
		.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: 440px; background: #ffffff; overflow:hidden;}
		.csw .loading {margin: 150px 0 300px 0; text-align: center}
		.csw p {font-family:Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
		.csw img {padding:10px;}


		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0;
			padding: 0;
			width: 764px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 440px;
			clear: both;
			z-index:10;
			
			
		}
		
		.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;
			padding:0;
			margin:0;
			float:left;
			z-index:10;
			/* -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: 764px; /* Also specified in  .stripViewer  above */
			margin:0px;
			padding:0;
			
		}
		
	
	
		
		
		
		.stripNavL a, .stripNavR a {
			display: none;
	
		}
		

/* ------- Images --------*/

#spence_01{
background-image:url(../images/large/spence_01.png);
}






		
		