window.RokSlideshowPath = '';
window.addEvent('load', function(){
var imgs = [
{
file: 'Autoshow-01.jpg',
title: 'New Generation Driver Limo - Front Angle View',
desc: 'The best that German technology has to offer.',
url: '#'
},{
file: 'Autoshow-02.jpg',
title: 'New Generation Driver Limo - Side View',
desc: 'Plenty of room.',
url: '#'
},{
file: 'Autoshow-03.jpg',
title: 'New Generation Driver Limo - Front Angle View',
desc: 'Mercedes S, a class in its own.',
url: '#'
},{
file: 'Autoshow-04.jpg',
title: 'New Generation Driver Limo - Interior View Front Seat',
desc: 'Equipped with satellite navigation to get you at your destination fast.',
url: '#'
},{
file: 'Autoshow-05.jpg',
title: 'New Generation Driver Limo - Interior View Front Seat',
desc: 'Interior view.',
url: '#'
},{
file: 'Autoshow-06.jpg',
title: 'New Generation Driver Limo - Interior View Front Seat',
desc: 'Interior view.',
url: '#'
},{
file: 'Autoshow-07.jpg',
title: 'New Generation Driver Limo - Interior View Back Seat',
desc: 'On-board digital entertainment.',
url: '#'
}];
 
var myshow = new Slideshow('slideshow', {
type: 'combo',
showTitleCaption: 1,
captionHeight: 45,
width: 450,
height: 300,
pan: 20,
zoom: 30,
loadingDiv: 1,
resize: true,
duration: [2000, 9000],
transition: Fx.Transitions.Expo.easeOut,
images: imgs,
path: '/img1/autoshow/'
});
 
myshow.caps.h2.setStyles({
color: '#fff',
fontSize: '13px'
});
myshow.caps.p.setStyles({
color: '#ccc',
fontSize: '11px'
});
});

