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 0px 0px;
	position: relative;
	width: 988px;
}
/* These 2 lines specify style applied while slider is loading */
	.csw {
	width: 988px;
	height: 370px;
	background: #86898c;
	overflow: hidden;
	$display: none;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
	$display: none;
}
.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: 988px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	min-height: 370px;
	clear: both;
	padding: 0px 0px 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;
	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;
}

.stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
}
.stripNav ul {
	/* The auto-generated set of links */
	list-style: none;
	background: transparent;
	width: 983px !important; 
	height: 20px;
	padding-top: 0px;
	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: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	background: #2c2f33;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #2c2f33;
	text-decoration: none;
	display: block;
	padding: 0;
	/*opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/
	float: left;
	margin-right: 2px;
}
/*
.stripNav li.tab1 a {
	background: #2b2d2f;
}
.stripNav li.tab2 a {
	background: #2b2d2f;
}
.stripNav li.tab3 a {
	background: #2b2d2f;
}
.stripNav li.tab4 a {
	background: #2b2d2f;
}
.stripNav li.tab5 a {
	background: #2b2d2f;
}*/
.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 #00a9dc;
}
.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: 650px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
}
div.slider-right {
	width: 280px;
	float: right;
	position: relative;
	padding: 10px 38px 10px 20px;
	text-align: left;
	background: #878a8d url(../images/slider_right.png) no-repeat 100% 0%;
	color: #ffffff;
	line-height: 100%;
}
div.slider-right h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
	color: #94f004;
	text-transform: uppercase;
	margin-bottom: 10px;
}
div.slider-right .price-box {
	margin-bottom: 20px;
}
div.slider-right .old-price .price-label, div.slider-right .special-price .price-label {
	color: #ffffff;
}
div.slider-right .old-price .price {
	color: #f5f5f5;
	font-size: 16px;
}
div.slider-right .special-price .price, div.slider-right .regular-price .price{
	color: #94f004 !important;
	font: normal 24px Arial, Helvetica, sans-serif;
}
div.slider-right a.product-info:link, div.slider-right a.product-info:visited {
	display: block;
	width: 63px;
	height: 20px;
	padding: 5px 0px 0px 22px;
	background: url(../images/details.png) no-repeat 0 0;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
div.slider-right a.product-info:hover {
	background: url(../images/details.png) no-repeat 0px -25px;
}
div.slider-right p {
	margin-bottom: 10px;
}
div.slider-right ul {
	padding-left: 10px;
}
div.slider-right ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/i_pager-next.gif) no-repeat 0px 2px;
}
