.slider{float:left;
	width:675px;
}

.slider-inner{
	background:transparent url() repeat scroll 0 0!important;
	height:625px;
	overflow:hidden;
	position:relative;
	visibility:hidden;
}

.slide{display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
}

.slide-inner img{
	width:675px;
	height:485px;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
}

.slide-text{
	background:transparent url() repeat scroll 0 0!important;
	position:relative;
	display: block;
	clear: both;
}

.slide-text-horizontal{
	width:675px;
}

.slide-text-bottom{bottom:0px;}

.slide-text-inner{padding:0px;}

.slide-body-horizontal{
	float:left;
	width:675px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.slide-body-inner {
	width:675px;
	font-family: "Trebuchet MS"!important;
	font-size: 11px;
	color: #666666 !important;
	line-height: 18px;
	white-space: normal;
	display: block;
	font-style: normal;
	text-decoration: none;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.number-pager{
	width:675px;
	float:left;
}


.number-pager-container{
	width:675px;
	float:left;
}


.number-pager a{
	text-decoration: none;
	display: block;
	float: left;
	font-size:11px;          /* adjust fontsize */
	font-family: "Trebuchet MS";
	color: #999999;
	margin-top: 0px;
	margin-right: 2px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
		
.number-pager a.activeSlide{background:#DEDEDE;}

.number-pager a:focus{outline:none;}

.prev-next-pager{
	display:block;
	position:relative;
	width:675px;
	height:50px;
	top: -130px;
	z-index: 6000;
}

.prev-next-pager a{
	border:none;
	color: #666666;
	font-size:18px;          /* adjust fontsize */
	font-family: "Trebuchet MS";
	height:15px;
	width:20px;
	text-decoration:none;
}

.prev-next-pager a#prev2{
	left:630px;
	position:absolute;
	height:20px;
	width:20px;
	display: block;
	background-image: url(http://www.rubenbellinkx.com/drupal/sites/all/themes/theme_van_de_maker/custom/modules/ddblock/custom3/achteruit.jpg);
	background-repeat: no-repeat;
}

.prev-next-pager a#next2{
	right:0;
	position:absolute;
	height:20px;
	width:20px;
	display: block;
	background-image: url(http://www.rubenbellinkx.com/drupal/sites/all/themes/theme_van_de_maker/custom/modules/ddblock/custom3/vooruit.jpg);
	background-repeat: no-repeat;
}

.prev-next-pager a#count2{
	left:178px;
	position:absolute;
}

.prev-next-pager a.activeSlide{
	background:#88f;
}

.prev-next-pager a:focus{
outline:none;
}
