.coda-slider {
	background:url('../images/bg-product-slider.jpg') no-repeat 0 0;
	height:415px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.coda-slider {
	background:url('../images/bg-product-slider.jpg') no-repeat 0 0;
	height:415px;
}
}

	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: auto !important; padding-right: 0; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { width: 960px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider { width: 960px;}
	
	/* Arrow styling */
	.coda-nav-left a { 
		background:url('../images/button-prev.png') no-repeat 0 0;
		position:absolute; top:170px; left:15px; z-index:999;
		width:72px; height:72px;
		display:block;
		cursor:pointer;
	}
	
	.coda-nav-right a { 
		background:url('../images/button-next.png') no-repeat 0 0;
		position:absolute; top:170px; right:15px; z-index:999;
		width:72px; height:72px;
		display:block;
		cursor:pointer;
	}
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 }
	
/* Don't change anything below here unless you know what you're doing */
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
.panel {
	width:560px;
	text-align:left;
	padding:20px 0px 0px 0px; margin:0px 0px 0px 0px;
	position:relative;
}







.detailshot-slider {
	background:url('../images/bg-product-slider.jpg') no-repeat 0 0;
	height:415px;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.detailshot-slider-no-js .detailshot-slider { overflow: auto !important; padding-right: 0; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.detailshot-slider { width: 455px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.detailshot-slider-wrapper.arrows .detailshot-slider, .detailshot-slider-wrapper.arrows .detailshot-slider { width: 455px;}
	
	/* Arrow styling (small arrows) */
	.coda-nav-left-small a { 
		background:url('../images/button-prev-small.png') no-repeat 0 0;
		width:33px; height:33px;
		display:block;
		position:absolute; top:350px; left:25px; z-index:999;
		cursor:pointer;
	}
	
	.coda-nav-right-small a { 
		background:url('../images/button-next-small.png') no-repeat 0 0;
		width:33px; height:33px;
		display:block;
		position:absolute; top:350px; left:398px; z-index:999;
		cursor:pointer;
	}
	
	
	/* Panel padding */
	.detailshot-slider .panel-wrapper { padding: 0 }
	
/* Don't change anything below here unless you know what you're doing */
	
	/* Miscellaneous */
	.detailshot-slider-wrapper { clear: both; overflow: auto }
	.detailshot-slider { float: left; overflow: hidden; position: relative }
	.detailshot-slider .panel { display: block; float: left }
	.detailshot-slider .panel-container { position: relative }
	.coda-nav-left { float: left }
	.coda-nav-left a  { display: block; text-align: center; text-decoration: none }
	
#productdetailWrapper .panel {
	width:455px; height:355px;
	text-align:center;
	padding:20px 0px 0px 0px; margin:0px 0px 0px 0px;
}

#productdetailWrapper { position:relative;}

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; overflow: hidden; position:absolute; top:378px; left:0; z-index:999999; width:100%; margin:0; padding:12px 0px 0px 20px; }
	.coda-nav ul li { display: inline; float:left; }
	.coda-nav ul li a { background:url('../images/slide-dot-active.gif') no-repeat 0 0; display: block; margin-right:4px; padding:0; text-decoration: none; width:16px; height:18px; }
	.panel h2.title { margin:0; padding:0; visibility:hidden; position:absolute;}
		/* Tab nav */
	.coda-nav ul li a.current { background:url('../images/slide-dot-current.gif') no-repeat 0 0; }

