.scrollable { position: relative; overflow: hidden; width: 500px; height: 325px; }
.scrollable .items { width: 20000em; position: absolute; clear: both; display: none; }
.scrollable img { float: left; width: 500px; height: 325px; }
.scrollable .active { z-index: 9999; position: relative; }
.scrollable { float: left; }

a.prevPage { background: url("/images/stijlen/btn-vorige.png") 0 0 no-repeat; display: none; position: absolute; width: 30px; height: 30px; margin: 150px 0 0 0; cursor: pointer; z-index: 10000; }
a.nextPage { background: url("/images/stijlen/btn-volgende.png") 0 0 no-repeat; display: none; position: absolute; width: 30px; height: 30px; margin: 150px 0 0 470px; cursor: pointer; z-index: 10001; }

/* disabled navigational button */
a.disabled { visibility: hidden !important; } 	

