.panel h2.title {
margin-bottom:10px;
}

noscript div {
background:#ccc;
border:1px solid #900;
margin:20px 0;
padding:15px
}

.coda-slider-wrapper {
padding:0;
}

.coda-slider {
background:#111 url('../images/bg-nav.jpg');
}

/* 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;
padding-right:20px;
}

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

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

.coda-slider-wrapper.arrows .coda-slider {
margin:0;
}

/* Arrow styling */
.coda-nav-left a,
.coda-nav-right a {
background:#000;
padding:0;
width:13px;
height:86px;
}

.coda-nav-left a {
background:url('../images/nav-left.jpg');
}

.coda-nav-right a {
background:url('../images/nav-right.jpg');
}

/* Tab nav */
.coda-nav ul li a.current {
background:#d5011a;
}

/* Panel padding */
.coda-slider .panel-wrapper {
padding:0;
}

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

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

/* Tabbed nav */
.coda-nav ul {
clear:both;
display:block;
margin:auto;
overflow:hidden;
}

.coda-nav ul li {
display:inline;
}

.coda-nav ul li a {
background:#aaa;
color:#fff;
display:block;
float:left;
margin:2px 1px;
padding:3px 6px;
text-decoration:none;
height:2px;
line-height:2px;
}

/* 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;
}

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

#galerie {
background:#111;
}

ul.galerie {
list-style:none;
padding:0 20px;
margin:0;
}

.loading {
background:url('../images/ajax-loader.gif') center center no-repeat;
}

.galerie li {
float:left;
margin-right:4px;
width:75px;
height:75px;
padding:3px;
}

.galerie li img{
border:2px solid #000;
}

#main-img {
width:586px;
height:310px;
text-align:center;
}