* {
	padding:0;
	margin:0;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 252px;
	overflow: auto !important;
	padding-right: 20px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 970px
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 970px
}
/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	color: #fff;
	padding: 5px;
	width: 10px
}
/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	overflow: auto;
	position:relative;
}
.coda-slider {
	overflow: hidden;
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-nav-left, .coda-nav-right {
	position:absolute;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.coda-nav-left {
	top:70px;
	left:10px;
	z-index:2;
}
.coda-nav-right {
	top:70px;
	left:900px;
}
.panel-wrapper .title {
	display:none;
}
.coda-nav {
	overflow:hidden;
	position:absolute;
	top:250px;
	left:0px;
	z-index:666666;
	float:right;
	width:970px;
}
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	float:right;
	width:200px;
}
.coda-nav ul li {
	display: inline
}
.coda-nav ul li a {
	background: url(../images/numberBg_07.jpg) no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding:1px 6px;
	text-decoration: none;
	width:6px;
	height:17px;
}
.coda-nav ul li a.current {
	background: url(../images/numberBgH_07.jpg) no-repeat;
}
