.panel h2.title { display: none;}
noscript div { background: #ccc; border: 1px solid #900; margin: 0px 0; padding: 0px }

/* Most common stuff you'll need to change */
.coda-slider-wrapper {
width: 715px;
padding-left: 12px;
padding-top: 12px;
padding-right: 12px;
sbackground: #FFF url(../img/item.png) no-repeat bottom left;
}
.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: 200px; overflow: auto !important;  }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 715px; } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
width: 715px; 
}


/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { background: #39c; display: none; }
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px }

/* Preloader */
.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav { display: none; }
/* 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 { 
position: absolute;
margin-left: -55px;
margin-top: 230px;
}
.coda-nav-right {
position: absolute;
margin-left: 740px;
margin-top: 230px;

}
.coda-nav-left a {
display: block;
height: 35px;
width: 35px;
background: url(../img/button-left.png) no-repeat;
}
.coda-nav-right a { 
display: block;
height: 35px;
width: 35px;
background: url(../img/button-right.png) no-repeat;
}
.coda-nav-left a:hover { 
background: url(../img/button-left-hover.png) no-repeat;
}
.coda-nav-right a:hover {
background: url(../img/button-right-hover.png) no-repeat;
}
