		p { text-align: left;}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 840px;
			margin:0 auto;
			padding-top:0px;
			text-align:left;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 840px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			clear: both;
		    background-image:url(../images/beauty/price_bg.gif); 
			background-repeat: repeat;
			background-position: 0px 0px;
	
		
	
		}
		
		.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;
			
			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: 840px; /* Also specified in  .stripViewer  above */
			
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding:0px;
			width:840px;
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left: -40px;
			
			
		}
		
			.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 coda-slider.1.1.1.js */
			width:279px;
			padding-left:0px;
		}
		
		.stripNav a { /* The nav links */
			font-size: 13px;
			font-weight:bold;
			text-align: center;
			line-height: 32px;
			margin-top:10px;
			color: #ffffff;
			text-decoration: none;			
			display: block;
			padding: 0;
		}
		
		.stripNav li.tab1 a { }
		.stripNav li.tab2 a { }
		.stripNav li.tab3 a { }
		.stripNav li.tab4 a { background: #dbf6fd }
		.stripNav li.tab5 a { background: #dbf6fd }
		
		.stripNav li.tab1 a:hover {
			background: #8aa663;
			color: #fff;
		}
		.stripNav li.tab2 a:hover {
			background: #368fae;
			color: #fff;
		}
		.stripNav li.tab3 a:hover {
			background: #9f5f40;
			color: #fff;
		}
		.stripNav li.tab1 a.current {
			background: #8aa663;
			color: #fff;
		}
		.stripNav li.tab2 a.current {
			background: #368fae;
			color: #fff;
		}
		.stripNav li.tab3 a.current {
			background: #9f5f40;
			color: #fff;
		}
	
		
		
			.arrows {
			width:25px;
			height:40px;
			cursor:pointer;
			display:block;
			
		
		}
		.arrows a {
			border-bottom:none;
	
		}
		.arrow_left{
		  background: url("../images/beauty/arrow-left.png") no-repeat center;
		  width:25px;
		  height:40px;
		  cursor:pointer;
		  float:left;
		  position:absolute;
		  left:-30px;
		  top:275px;
		  z-index:1;
		
		
		}
		.arrow_right{
		  background: url("../images/beauty/arrow-right.png") no-repeat center;
		  width:25px;
		  height:40px;
		  cursor:pointer;
		  float:right;
		  position:absolute;
		  top:275px;
		  left:840px;
		  z-index:1;
		
		
		}

