/*	================================================
	slideshow container opmaak
	================================================ */

	#slider {width: 900px; position: relative; background: url('/Portals/4cbef66c-5f93-4e65-ac75-bb8283fc5068/header/images/slider_bg.jpg'); margin-top: 30px;}
	.scroll {height: 244px; width: 900px; overflow: auto; overflow-x: hidden; position: relative; clear: left;}
	.scrollContainer div.panel {height: 244px; width: 900px;}

/*	================================================
	slideshow navigatie
	================================================ */

	ul.navigation {position: absolute; list-style-type: none; margin: 0; padding: 0; overflow: hidden; margin-top: -80px; margin-left: 10px;}
	ul.navigation li {float: left;}
	ul.navigation a {display: inline-block; float: left; padding: 0px 10px; color: #fff; text-decoration: none; line-height: 28px; margin-right: 3px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
	ul.navigation a:link, ul.navigation a:visited {
		color: #fff;
		background: #009ee0;
		background: -moz-linear-gradient(top, #009ee0, #008cc6);
		background: -webkit-gradient(linear, left top, left bottom, from(#009ee0), to(#008cc6));
		text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
	}
	ul.navigation a:hover {
		color: #fff;
		background: #009ee0;
		background: -moz-linear-gradient(top, #008cc6, #009ee0);
		background: -webkit-gradient(linear, left top, left bottom, from(#008cc6), to(#009ee0));
		text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
	}
	ul.navigation a.selected {
		color: #fff;
		background: #0f0a06;
	}
	ul.navigation a:focus {outline: none;}

	.scrollButtons {position: absolute; cursor: pointer; top: 66px;}
	.scrollButtons.left {margin-left: -6px; z-index: 2;}
	.scrollButtons.right {margin-left: 875px;}
	
	.hide {display: none;}

/*	================================================
	slide specifieke opmaak
	================================================ */
	
	#slide1 {background: url('/Portals/4cbef66c-5f93-4e65-ac75-bb8283fc5068/header/images/slide1.png');}
	#slide2 {background: url('/Portals/4cbef66c-5f93-4e65-ac75-bb8283fc5068/header/images/slide2.png');}
	#slide3 {background: url('/Portals/4cbef66c-5f93-4e65-ac75-bb8283fc5068/header/images/slide3.png');}
	#slide4 {background: url('/Portals/4cbef66c-5f93-4e65-ac75-bb8283fc5068/header/images/slide4.png');}
	
/*	================================================
	call to action opmaak
	================================================ */	
	
	a.calltoaction {display: inline-block; padding: 0px 8px; text-decoration: none; float: right; line-height: 30px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-box-shadow: 0px 0px 1px #000; -moz-box-shadow: 0px 0px 1px #000;}
	a.calltoaction:link, a.calltoaction:visited {background: #ebebeb; background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d7d7d7)); color: #000; border: 1px solid #fff;}
	a.calltoaction:active, a.calltoaction:hover {background: #d7d7d7; background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#ebebeb)); color: #000; border: 1px solid #fff;}
