	$(function() {
		$('#ds_showcase').showcase({
 			linksOn: 'images',
 			css: {border:'0px dashed  #000000'},
			animation: { autoCycle: true, type: 'vertical-slider', interval: 6000, stopOnHover:true, speed: 2000, easefunction: 'swing'},
 			images: [
					  {url: '_ds_images/1.jpg', description: 'Title 1', link:'', target:'_self'},
 {url: '_ds_images/2.jpg', description: 'Title 2', link:'', target:'_self'},
 {url: '_ds_images/3.jpg', description: 'Title 3', link:'', target:'_self'},
 {url: '_ds_images/4.jpg', description: 'Title 4', link:'', target:'_self'},
 {url: '_ds_images/5.jpg', description: '', link:'', target:'_self'},
 {url: '_ds_images/6.jpg', description: '', link:'', target:'_self'},

			],
 			navigator: { position: 'bottom-right', orientation: 'horizontal', autoHide: false, showNumber: false,
				css: { padding: '0px'}, 
 				item: { css: { height: '0px', width: '0px', backgroundColor: '', borderColor: ''},
 						cssHover: { backgroundColor: ''},
						cssSelected: { backgroundColor: '', borderColor: ''}
 				}
 			},
			titleBar: { enabled: false, autoHide: false, position: 'top', 
						css:{ backgroundColor: '', color: '#ffffff', fontSize: '12pt', opacity: '0.7'}
 			}

		});
	});


