	   /*
		#mainImage{
			width:682px;
			display:block;
			background-repeat:no-repeat;
			}
		*/
		
		#slider1 {position:absolute; top:68px; left:285px; width:682px; height:630px;}
		#sectionHeader {position:absolute; top:48px; left:285px;}
		
		.wrapper{
		width:682px;
		height:650px;
		background-repeat:no-repeat;
		background-position:top;
		background-color:#000000;
		overflow:hidden;
		}
							
		/*start js viewer*/
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			position:absolute;
			top:47px;
			left: 340px;

			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			color: #FFF;
			text-decoration: none;
			display: block;
			padding-right:5px;
			
		}
		
		
		.stripNav a:hover {
			color: #999999;
		}
		
		.stripNav a.current {
			color: #777777;
		}
		
		
		.panel {background-color:#000000;}
		
		.stripNavL a{width:47px; height:22px; background-image:url(../images/elements/prev.gif); background-repeat:no-repeat; display:block;}
		.stripNavR a{width:48px; height:22px; background-image:url(../images/elements/next.gif); background-repeat:no-repeat; display:block;}
		.stripNavL a:hover {background-position: 0 -22px;}
		.stripNavR a:hover {background-position: 0 -22px;}
		.stripNavL {position:absolute; top:40px; left:848px;}
		.stripNavR {position:absolute; top:40px; left:918px;}
		.stripNavL a:hover {color:#999999}
		.stripNavR a:hover {color:#999999}
		


		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 682px;  background: #000; overflow: hidden;}
		.csw .loading {margin:200px 0 600px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
						  /* this is the border. should have the same value for the links */
			/*margin: auto;*/
			width: 682px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height:650px;
			background: #000;
		}
		
		.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. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			/*height: 100%;*/
			position: relative;
			width: 682px; /* Also specified in  .stripViewer  above */
			height:650px;
			overflow:hidden;
		}
		
		/*.stripViewer .panelContainer .panel .wrapper { */   /* Wrapper to give some padding in the panels, without messing with existing panel width */
		/*
			padding-top: 0px;
			margin-top:10px;
		}
		*/

