
/* this makes it possible to add next button beside scrollable
.scrollable {
	float:left;	
}
 */
div.slideScroll {
	width: 95px;
	height:20px;
	clear: both;
	margin: 0px;
	background: #e8e8e8;
} 
/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width: 95px;
	height:20px;
	cursor:pointer;
}

/* right */
a.right { 
	background-position: 0 -30px; 
	clear:right; 
	margin-right: 0px;
	}
a.right:hover { 
	background-position:-30px -30px; 
}
a.right:active { 
	background-position:-60px -30px; 
} 


/* left */
a.left { 
	margin-left: 0px; 
} 
a.left:hover { 
	background-position:-30px 0; 
}
a.left:active { 
	background-position:-60px 0; 
}

/* up and down */
a.up {
	background:url(/jachtpresentatie/images/up.png) no-repeat center top;
}
a.down { 
	background:url(/jachtpresentatie/images/down.png) no-repeat center top; 
}

/* up */
a.up:hover { 
}
a.up:active { 
}

/* down */
a.down { 
}
a.down:hover { 
}
a.down:active { 
} 


/* disabled navigational button */
a.disabled {		
} 	


