	$(function() {
		$('#ds_showcase').showcase({
 			linksOn: 'images',
 			css: {border:'1px solid  #FFFFFF'},
			animation: { autoCycle: true, type: 'horizontal-slider', interval: 2000, stopOnHover:true, speed: 600, easefunction: 'linear'},
 			images: [
					  {url: '_ds_images/sld09.png', description: '', link:'gesang.php', target:'_self'},
 {url: '_ds_images/sld02.png', description: '', link:'frueherziehung.php', target:'_self'},
 {url: '_ds_images/sld06.png', description: '', link:'saiteninstrumente.php', target:'_self'},
 {url: '_ds_images/sld07.png', description: '', link:'schlaginstrumente.php', target:'_self'},
 {url: '_ds_images/sld05.png', description: '', link:'tasteninstrumente.php', target:'_self'},
 {url: '_ds_images/sld03.png', description: '', link:'blechblasinstrumente.php', target:'_self'},
 {url: '_ds_images/sld04.png', description: '', link:'holzblasinstrumente.php', target:'_self'},
 {url: '_ds_images/sld10.png', description: '', link:'holzblasinstrumente.php', target:'_self'},
 {url: '_ds_images/sld01.png', description: '', link:'streichinstrumente.php', target:'_self'},
 {url: '_ds_images/sld11.png', description: '', link:'musiktechnik.php', target:'_self'},
 {url: '_ds_images/sld08.png', description: '', link:'musikpaedagogik.php', target:'_self'},
 {url: '_ds_images/sld12.png', description: '', link:'orchester_ensembles.php', target:'_self'},

			],
 			navigator: { position: 'top-left', orientation: 'horizontal', autoHide: true, showNumber: false,
				css: { padding: '10px'}, 
 				item: { css: { height: '6px', width: '6px', backgroundColor: '#FFFFFF', borderColor: '#FFFFFF'},
 						cssHover: { backgroundColor: '#3399ff'},
						cssSelected: { backgroundColor: '#3399ff', borderColor: '#3399ff'}
 				}
 			},
			titleBar: { enabled: false, autoHide: true, position: 'top', 
						css:{ backgroundColor: '#000000', color: '#ffffff', fontSize: '12pt', opacity: '0,7'}
 			}

		});
	});


