@charset "utf-8";
/* CSS Document */

/* Product Page Slider styles */
/* Styling for specific sliders */
	#coda-nav-left-1 { margin: 0 5px 0 30px }
	#coda-nav-left-1, #coda-nav-1, #coda-nav-right-1 { float: left }
	#coda-nav-1 ul { margin: 0 !important }
	#coda-nav-left-1 a, #coda-nav-right-1 a { padding: 4px; width: 20px }

	#coda-nav-left-2 { margin: 0 5px 0 30px }
	#coda-nav-left-2, #coda-nav-2, #coda-nav-right-2 { float: left }
	#coda-nav-2 ul { margin: 0 !important }
	#coda-nav-left-2 a, #coda-nav-right-2 a { padding: 4px; width: 20px }

	#coda-nav-1.coda-nav ul li a.current { background-image:url(../images/webtab_select.png); color: #fff }
	#coda-nav-2.coda-nav ul li a.current { background-image:url(../images/webtab_select.png); color: #fff }
	
	#coda-nav-1.coda-nav ul li { display: inline; margin: 0; } /* ADDED this fix to the margin for li on the Products page */
	#coda-nav-2.coda-nav ul li { display: inline; margin: 0; } /* ADDED this fix to the margin for li on the Products page */

	#coda-nav-1.coda-nav ul li a { background:url(../images/webtab.png) top center repeat; width: 65px; height: 20px; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; text-align: center; color: #000; padding-top: 7px;}
	#coda-nav-2.coda-nav ul li a { background:url(../images/webtab.png) top center repeat; width: 65px; height: 20px; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; text-align: center; color: #000; padding-top: 7px;}

/* ADDED */
	#coda-nav-left-1.coda-nav-left a { background: none; color: none; }
	#coda-nav-right-1.coda-nav-right a { background: none; color: none;  margin-left: 0; }
	
	#coda-nav-left-2.coda-nav-left a { background: none; color: none; }
	#coda-nav-right-2.coda-nav-right a { background: none; color: none;  margin-left: 0; }
	