.coda-slider-wrapper {
	padding:0px;
	width:275px;
}

.panel h2.title { display:none }

/* 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;
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider {
	width: 275px;
	position:relative;
	float:left;
	padding: 0px 0px 0px 0px;
	margin-top:-170px;
	height:176px;
}

.panel{
	height:150px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider{
	width: 275px;
	
	padding:0px;
	z-index:10;

}
.coda-slider-wrapper.arrows .coda-slider .panel {
	width: 275px;
	padding:0px;
}
.coda-slider-wrapper.arrows .coda-slider {
}
/* Arrow styling */
.coda-nav-left a {
	outline:none;
}
.coda-nav-right a {
	outline:none;
}


/* Tabbed nav */
.coda-nav ul {
	display:none
}

/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto
}
.coda-slider {
	overflow: hidden;
	display: block;
}
.panel {
	display: block;
	float: left
}
.coda-slider .panel-container {

}
.coda-nav-left {
	position:relative;
	float:left;
	background-image:url('../images/left.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	width:56px;
	cursor:pointer;
	z-index:20;
	height:190px;
	
}
.coda-nav-right {
	position:relative;
	float:left;
	background-image:url('../images/right.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	width:63px;
	cursor:pointer;
	z-index:20;
	height:190px;
	padding:0px;
	margin-left:205px;
	margin-top:-189px;
	
}

.coda-nav{
	display:none;
}
.coda-nav-left a {
	display: block;
	text-align: center;
	text-decoration: none
}
.coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}

