.coda-slider-wrapper {
	width:656px;
	margin: 0 auto 0 auto;
	height:266px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: 0 0;
	border: solid 1px #c8bcaa;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 298px; overflow: hidden;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 690px; height:296px !important;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 690px;height:298px;
	background-position: 0 0;
	background-repeat:no-repeat; }

	
	/* Arrow styling */
	
	/* Tab nav */

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px ;}
	
	/* Preloader */

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	
	/* Miscellaneous */
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
.panel-wrapper a img{
	border:0px;
}

#coda-nav-1{
	width:690px;
	height:70px;
	margin: 0;
	padding: 0;
	list-style:none;
	overflow: hidden;

}

*:first-child+html #coda-nav-1 {
	display: none;
}

#coda-nav-1 li a{
	top:-70px;
	height:160px !important;
}
#coda-nav-1 li {
	float: left;
	width: 165px;
	height: 70px;
	margin-right: 10px;
}

#coda-nav-1 li a{
	position:relative;
	background-repeat: no-repeat;
	display:block;
	height: 70px;
    width:165px;
    background-size: 165px 67px;
}

#coda-nav-1 li:first-child a.start{	background-position:0;}

#coda-nav-1 li:nth-child(1) a{	background-position:0 0px;}
#coda-nav-1 li:nth-child(2) a{	background-position:-175px 0px;}
#coda-nav-1 li:nth-child(3) a{	background-position:-350px 0px;}
#coda-nav-1 li:nth-child(4) a{	background-position:-525px 0px;}



#coda-nav-1 li a span {
	display: none;

}
div.eventImg2 {
	background-size: 656px 266px !important;
	width: 656px !important;
	height: 266px !important;
}