p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0px 15px 0px;
	position: relative;
	width: 956px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 4px solid #e1e1e1;
	padding-top: 30px;
}
/* These 2 lines specify style applied while slider is loading */
	.csw {
	width: 988px;
	height: 280px;
	background: #ffffff;
	overflow: hidden;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer {
	/* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 956px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	min-height: 280px;
	clear: both;
	padding: 0px 0px 50px 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;
	width: 988px;
	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: 988px; /* Also specified in  .stripViewer  above */
	background: #878a8d url(../images/slider_right.png) repeat-x 0 0;
}
.stripViewer .panelContainer .panel .slider-wrapper {
	/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px !important;
	width: 988px !important;
	min-width: 100% !important;
	background: #878a8d url(../images/slider_right.png) repeat-x 0 0;
}
.stripViewer .panelContainer .panel .slider-wrapper p {
	/*margin: 0 !important;
	padding: 0 !important;*/
}
.stripNav {
	/*margin: auto;*/
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.stripNav ul {
	/* The auto-generated set of links */
	list-style: none;
	background: #121617;
	width: 983px !important; 
	height: 39px;
	padding-top: 9px;
	padding-left: 5px;
}
.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: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	background: #2b2d2f;
	color: #00ade2;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 90px;
	height: 29px;
	border: 1px solid #787878;
}

.stripNav li a:hover {
	background: #434648;
	color: #fff;
	border: 1px solid #787878;
}
.stripNav li a.current {
	background: #00a9dc url(../images/strip_nav.png) repeat-x 0% 100%;
	color: #fff;
	border: 1px solid #525252;
}
.stripNavL, .stripNavR {
	/* The left and right arrows */
	position: absolute;
	top: 160px;
	text-indent: -9000em;
	z-index: 120;
	width: 29px;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 48px;
	width: 27px;
	margin: 0;
	padding: 0;
	border: 1px solid #2bcbfc;
}
.stripNavL a:hover, .stripNavR a:hover {
	border: 1px solid #ffffff;
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url("../images/coda/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("../images/coda/arrow-right.gif") no-repeat center;
}

div.slider-left {
	width: 580px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
	font-size: 16px;
}
div.slider-left p {
	padding-top: 20px;
}
div.slider-right {
	width: 240px;
	float: right;
	position: relative;
	padding: 10px 80px 10px 0px;
	text-align: left;
	color: #444444;
	line-height: 100%;
}

div.slider-left .price-box {
	margin-bottom: 20px;
	float: left;
	padding-left: 0px;
	padding-top: 16px;
}
div.slider-left .price-box p {
	padding-top: 0 !important;
	float: left;
	padding-left: 20px;
	font-size: 16px;
}
div.slider-left .price-box .price-label {
	font-weight: normal !important;
	font-size: 16px !important;
}

div.slider-right .product-image img {
	border: 0;
}
/*add to cart button*/

div.slider-left button.button {
	padding: 0 30px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(../images/add_btn_split.gif) no-repeat right -86px;
	height: 26px !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	div.slider-left  button.button span {
 margin-top: -1px;
}
}
div.slider-left button.button span {
	height: 26px;
}
div.slider-left button.button span span {
	padding: 5px 0 0 15px;
	height: 26px;
	background: transparent url(../images/add_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	text-transform: none;
}
div.slider-left button.button:hover, div.slider-left button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -129px;
}
div.slider-left button.button:hover span span, div.slider-left button.buttonHover span span {
	background-position: 0 -42px !important;
	color: #111516;
}

