/* CSS Document */
/* gertjanbosch.nl */
/* webdesign v2 */
/* oktober 2008 */

#feature_wrap {
	display: block;
	float: left;
	height: 130px;
	width:900px;
	position: relative;
	background-position: top;
	margin-left: -65px;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	}

a#previous, a#next {
	cursor: pointer;
	display:block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	z-index: 999;
	position:absolute;
	border: none;
	overflow: hidden;
	left: 7px;
	}

a#previous, a#previous:visited {
	float: left;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: transparent;
	background-image: url("previous.png"/*tpa=http://www.gertjanbosch.nl/webimages/previous.png*/);
	background-repeat: no-repeat;
	background-position: left top;
	}	

a#next, a#next:visited {
	float: right;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 900px;
	background-color: transparent;
	background-image: url("next.png"/*tpa=http://www.gertjanbosch.nl/webimages/next.png*/);
	background-repeat: no-repeat;
	background-position: left top;
	}

.slider_images {
	overflow: hidden; 
	float: left;
	width: 900px;
}

#slider_wrap {
	width: 900px;
	display: block;
	z-index: -1200;
	height: 120px;
	max-height: 120px;
	overflow: hidden;
	margin-left: 31px;
	margin-top: 5px;
	}

#slider_wrap div div { 
	overflow: hidden;
	height:	120px;
	z-index: -1200; 
	}



#slider_wrap div div a{
	border: none;
	}

ul#feature_buttons{
	visibility:hidden;
	width: 130px;
	height:	0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 433px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 5px;
	}



ul#feature_buttons li{
	display: block;
	float: left;
	text-align: center;
	color: #22b6f3;
	font-size: 5px;
	font-weight: bold;
	cursor: pointer;
	width: 20px;
	height: 0px;
	background:	transparent url("bla.jpg"/*tpa=http://www.gertjanbosch.nl/style/images/bla.jpg*/) no-repeat top left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}



ul#feature_buttons li:hover {
	background-position: center left; 
	color: #1e1e1e;	
	}



ul#feature_buttons li.active {
	background-position: bottom left;
	color: #BBB;
	}

#wp_page_numbers ul li.active_page a{
	background: url("bla.jpg"/*tpa=http://www.gertjanbosch.nl/style/images/bla.jpg*/) no-repeat bottom center;
	}

a#previous:hover, a#next:hover{
	background-position: top right;
	border:	none;
	}

