		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: 900px;
			margin:0 auto;
			padding-top:10px;
			text-align:left;
		}

		/* These 2 lines specify style applied while slider is loading */
			.csw {width: 100%; height: 30px; overflow: hidden}
		.csw .loading {text-align: center}

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

.wrapper2 {
padding:10px;
width:890px;
}
