
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin:0 0 50px 0;
	position: relative;
	width: 100%;
}


/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 359px;
	background: #fff;
	overflow: hidden;
	background:url(../images/mainshow/intro.png) no-repeat;
	position:relative;
	left:10px;

}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 940px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 359px;
	clear: both;
	background: #fff;
}
.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: 940px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
width:940px;
height:359px;
}

.wrapper h3 {font-size:1.6em; padding-bottom:5px;}

.wrapper p { font-size:1.25em; line-height:1.24em; color: #191919;}

.slider_home {
	background:url(../images/mainshow/intro.jpg) no-repeat;
	width:940px;
	height:359px;
}

#slider_home_box { width:480px; height:104px; position:relative; top:90px; left:61px;}
#slider_attention_box { width:383px; height:104px; position:relative; top:86px; left:52px;}
#slider_stress_box { width:450px; height:104px; position:relative; top:90px; left:61px;}
#slider_financial_box { width:374px; height:104px; position:relative; top:90px; left:61px;}
#slider_optimize_box { width:457px; height:104px; position:relative; top:90px; left:61px;}

.slider_attention {
	background:url(../images/mainshow/individual.jpg) no-repeat ;
	width:940px;
	height:359px;
}
.slider_stress {
	background-image:url(../images/mainshow/stress.jpg);
	width:940px;
	height:359px;
}
.slider_financial {
	background-image:url(../images/mainshow/financial.jpg);
	width:940px;
	height:359px;
}
.slider_optimize {
	background-image:url(../images/mainshow/optimize.jpg);
	width:940px;
	height:359px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0 auto;
	width:940px;
	z-index:1001;
	position: absolute;
	top:324px;
	left:25px;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width:100%;
}
.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 */
}
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*This is the first nav link which is not shown*/
.stripNav li.tab1 a {
	background: #60f;
	display:none;
}

/*ATTENTION Link */
.stripNav li.tab2 a {
	background:url(../images/mainshow/btn-attention-f.png) 0 0 no-repeat;
	height:62px;
	width:226px;;
	text-indent:-2500px;
}
.stripNav li.tab2 a:hover {
	background:url(../images/mainshow/btn-attention-f.png) 0 -62px no-repeat;
}
.stripNav li.tab2 a.current {
	background:url(../images/mainshow/btn-attention-f.png) 0 -62px no-repeat;
}
/*Optimize Link */
.stripNav li.tab3 a {
	background:url(../images/mainshow/btn-optimize-f.png) 0 0 no-repeat;
	height:62px;
	width:226px;;
	text-indent:-2500px;
	}
.stripNav li.tab3 a:hover {
	background:url(../images/mainshow/btn-optimize-f.png) 0 -62px no-repeat;
}
.stripNav li.tab3 a.current {
	background:url(../images/mainshow/btn-optimize-f.png) 0 -62px no-repeat;
}
/*STRESS Link */
.stripNav li.tab4 a {
	background:url(../images/mainshow/btn-stress-f.png) 0 0 no-repeat;
	height:62px; 
	width:226px;;
	text-indent:-2500px;
	}
.stripNav li.tab4 a:hover {
	background:url(../images/mainshow/btn-stress-f.png) 0 -62px no-repeat;
}
.stripNav li.tab4 a.current {
	background:url(../images/mainshow/btn-stress-f.png) 0 -62px no-repeat;
}
/*OPTIMIZE Link */
.stripNav li.tab5 a {
	background:url(../images/mainshow/btn-financial-f.png) 0 0 no-repeat;
	height:62px;
	width:226px;;
	text-indent:-2500px;
	}
.stripNav li.tab5 a:hover {
	background:url(../images/mainshow/btn-financial-f.png) 0 -62px no-repeat;
}
.stripNav li.tab5 a.current {
	background:url(../images/mainshow/btn-financial-f.png) 0 -62px no-repeat;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
	z-index:1000
}
.stripNavR {
	right: 0;
	z-index:1000
}
.stripNavL {
	background: url(../images/arrow-left.gif) no-repeat center;
	display:none;
}
.stripNavR {
	background: url(../images/arrow-right.gif) no-repeat center;
	display:none;
}

/*Sldier Typography Styles*/
slider_home_text {}