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 */
	position: relative;
	width: 100%;
	background: transparent url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	/*height: 460px;*/
	background: #fff;
	overflow: hidden;
}

.csw .loading {
	/*margin: 230px 0 200px 0;*/
	text-align: center;
	background: #fff;
}

.stripViewer {
/* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 950px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 330px;
	clear: both;
	background: #fff;
}

.stripNavL, .stripNavR {
/* The left and right arrows */
	position: absolute;
	top: 150px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

/*
	  .stripNavL {
		  background: url("../images/arrow-left.gif") no-repeat center;
	  }

	  .stripNavR {
		  background: url("../images/arrow-right.gif") no-repeat center;
	  }
	  */
.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: 950px; /* 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;
}

#slider-content .stripViewer .panelContainer .panel .work {
/* Wrapper to give some padding and height in the work panels, without messing with existing panel width */
	height: 330px;
	color: #fff;
	display: none;
}

div.wrapper.work,
a.cross-link.promo-start-button {
	display: none;
}

#slider-content .stripViewer .panelContainer .panel .work h1 {
/* Override H1 settings set in screen.css for work panel purposes */
	color: #fff;
	margin-bottom: 0.2em;
}

#slider-content .stripViewer .panelContainer .panel .work a {
/* Override link settings  */
	color: #fff;
}

.stripNav {
/* This is the div to hold your nav (the UL generated at run time) */
	display: none;
	margin: auto;
}

/*Here is where pretty begins*/
#panel1 {
	/*background: url( ../images/features/1/pannel1.jpg ) repeat-x top center;*/
	/*height: 460px;*/
	height: 330px;
}


#panel2 {
	/*background: url( ../images/features/2/screen2_bkg.jpg ) repeat-x top center;*/
}

#panel3 {
	/*background: url( ../images/features/3/screen3_bkg.jpg ) repeat-x top center;*/
}

#panel4 {
	/*background: url( ../images/features/4/screen4_bkg.jpg ) repeat-x top center;*/
}

#panel5 {
	/*background: url( ../images/features/5/screen5_bkg.jpg ) repeat-x top center;*/
}

.typep1 {
	right: 130px;
	top: 120px;
	position: absolute;
	font-size: 110%;
	width: 200px;
}

.imagep1 {
	padding-left: 25px;
}

.typep0 {
	padding: 50px 0 0 620px;
	position: absolute;
	font-size: 110%;
}

.typep0 .linkContainer {
	text-align: right;
	padding: 12px 0 0 0;
}

#slider-content .redlinkStartButton {
	background: url( ../images/btnbkg.gif ) repeat-x #b80006;
	color: #FFF;
	font-weight: 500;
	padding: 3px 6px 5px 6px;
	text-decoration: none;
	border: solid 1px #1f54bc;
}

#slider-content .redlink {
	background: url( ../images/btnbkg.gif ) repeat-x;
	color: #FFF;
	font-weight: 500;
	padding: 3px 6px 6px 6px;
	text-decoration: none;
	border: 1px solid #1f54bc;
}

#slider-content .linkContainer .redlink {
	margin-right: 9px;
}

.bg_quote {
	font-size: 1.5em;
}

#tweet {
	font-size: .90em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background: url( ../images/tweet_bkg.jpg ) #f3f3f3 top right no-repeat;
	text-align: right;
	line-height: 36px;
	color: #909090;
	display: block;
}

#tweet a {
	text-decoration: none;
	color: #909090;
	display: block;
	margin-right: 140px;
}

#tweet a:hover {
	color: #313131;
}
