	/* ====================================================================================
				AANPASSEN VOOR DE HOOGTE EN DE BREEDTE VAN DE SLIDER
	=======================================================================================*/
	.coda-slider-wrapper, 
	.coda-slider-wrapper.arrows .coda-slider, 
	.coda-slider-wrapper.arrows .coda-slider .panel,
	.coda-slider, 
	.coda-slider .panel{ width: 928px; height: 244px;}

	/* ====================================================================================
				MEESTAL NIET AAN PASSEN
	=======================================================================================*/
	
	.coda-slider-wrapper { position:relative; float:left;}
	.coda-slider { background: #ebebeb }
	
	/* 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 margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }

	/* Tab nav */
	.coda-nav ul li a.current { background: #f76301 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {  }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }

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

	/* ====================================================================================
				TAB NAVIGATIE (KLEINE RONDJES ONDER IN)
	=======================================================================================*/
	.coda-nav ul { clear: both; z-index: 20; display: block; position:absolute; bottom: 8px; right:5px; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ffffff; display: block; float: left; margin-left: 3px; border: 1px #dadce5 solid; padding: 6px 6px; text-decoration: none; -webkit-border-radius: 3px;	-moz-border-radius: 3px;border-radius:3px; }

	
	/* ====================================================================================
				AANPASSEN VOOR LEFT EN RIGHT BUTTON
	=======================================================================================*/
	
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; background: #000; color: #fff; padding: 5px; position:absolute; z-index: 20; top: 50%; margin-top:-29px; }
		
	.coda-nav-left a {
			left:-11px;
			width: 47px;
			height: 58px;
			background:url(../../img/slider-arrow-left.png) no-repeat;
			}
	.coda-nav-right a { 
			right: -11px; 
			width: 47px;
			height: 58px;
			background:url(../../img/slider-arrow-right.png) no-repeat;
			}
	