/* Most common stuff you'll need to change */

.coda-slider-wrapper {
	padding:0 0 0 10px;
}
.coda-slider {
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height:390px;
	overflow:auto !important;
	padding-right:20px;
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width:940px;
}
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width:940px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin:0 10px;
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
}
/* Tab nav */
.coda-nav ul li a.current {
	background:#39c;
}
/* Panel padding */
.coda-slider .panel-wrapper {
	padding:10px 0 0 0;
	height:390px;
}	/* Remove this content if you don't wanna use image background */
/* Preloader */
.coda-slider p.loading {
	padding:170px;
	text-align:center;
}
/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul {
	position:relative;
	clear:both;
	display:block;
	margin:auto;
	overflow:hidden;
}
.coda-nav ul li {
	display:inline;
}
.coda-nav ul li a {
	background:transparent url("../images/slider-off.png") no-repeat scroll left top;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:10px;
	height:23px;
	width:25px;
	left:-50%;
}
/* 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;
	display:none;
}
.coda-nav-left a, .coda-nav-right a {
	display:block;
	text-align:center;
	text-decoration:none;
}
.coda-nav ul li a.current {
	background:transparent url("../images/slider-on.png") no-repeat scroll left top;
}
.coda-nav ul li a.current:hover {
	background:transparent url("../images/slider-on.png") no-repeat scroll left top;
	cursor:default;
}
.coda-nav ul li a:hover {
	background:transparent url("../images/slider-ov.png") no-repeat scroll left top;
}
.title {
	display:none;
}

/*.linkButton {
	text-indent:-9999px;
	background:transparent url(../images/sliderButton.png) top center no-repeat;
	height:50px;
	width:170px;
	position:absolute;
	top:250px;
	left:80px;
	}

.linkButton:hover {background:transparent url(../images/sliderButton.png) bottom center no-repeat;}*/
