var mycarousel_itemList = [ {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 295.000

'}, {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 259.000

'}, {html: '

Torrevecchia

penthouse Torrevecchia

penthouse

€ 255.000

'}, {html: '

Lido Di Ostia

shop Lido Di Ostia

shop

€ 800

'}, {html: '

Monteverde Vecchio

wohnung Monteverde Vecchio

wohnung

€ 360.000

'}, {html: '

Case Rosse

wohnung Case Rosse

wohnung

€ 275.000

'}, {html: '

Pineta Sacchetti

zimmer Pineta Sacchetti

zimmer

€ 600

'}, {html: '

Boccea

wohnung Boccea

wohnung

€ 324.000

'}, {html: '

Bravetta

posto auto Bravetta

posto auto

€ 150

'}, {html: '

Pisana

garage Pisana

garage

€ 150

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 1.200

'}, {html: '

Monteverde

wohnung Monteverde

wohnung

€ 379.000

'}, {html: '

Colli Portuensi

wohnung Colli Portuensi

wohnung

€ 559.000

'}, {html: '

San Saba

wohnung San Saba

wohnung

€ 650.000

'}, {html: '

Pisana

wohnung Pisana

wohnung

€ 239.000

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 140.000

'}, {html: '

Boccea

wohnung Boccea

wohnung

€ 248.000

'}, {html: '

Marconi

wohnung Marconi

wohnung

€ 315.000

'}, {html: '

Ardeatino

shop Ardeatino

shop

€ 69.000

'}, {html: '

Pisana

wohnung Pisana

wohnung

€ 239.000

'}, {html: '

Monteverde

wohnung Monteverde

wohnung

€ 379.000

'}, {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 295.000

'}, {html: '

Torrevecchia

penthouse Torrevecchia

penthouse

€ 249.000

'}, {html: '

San Paolo

wohnung San Paolo

wohnung

€ 400.000

'}, {html: '

Pineta Sacchetti

zimmer Pineta Sacchetti

zimmer

€ 500

'} ]; function mycarousel_itemVisibleInCallback(carousel, item, i, state, evt) { // The index() method calculates the index from a // given index who is out of the actual item range. var idx = carousel.index(i, mycarousel_itemList.length); carousel.add(i, mycarousel_getItemHTML(mycarousel_itemList[idx - 1])); }; function mycarousel_itemVisibleOutCallback(carousel, item, i, state, evt) { carousel.remove(i); }; function mycarousel_getItemHTML(item) { return item.html; }; jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel( { auto: 3, scroll: 1, wrap: 'circular', itemVisibleInCallback: {onBeforeAnimation: mycarousel_itemVisibleInCallback}, itemVisibleOutCallback: {onAfterAnimation: mycarousel_itemVisibleOutCallback} }); });