	$(function() {
		$('#ds_showcase').showcase({
 			linksOn: 'images',
 			css: {border:'1px solid  #000000'},
			animation: { autoCycle: true, type: 'vertical-slider', interval: 6000, stopOnHover:true, speed: 600, easefunction: 'easeOutBounce'},
 			images: [
					  {url: '_ds_images/tubbys tees ad specialty banner.png', description: 'Tubbys Tees Ad Specialty Catalog', link:'', target:'_self'},
 {url: '_ds_images/tubbys tees design yourself.png', description: 'Tubbys Tees Design Studio', link:'', target:'_self'},
 {url: '_ds_images/tubbys tees ups banner.png', description: '', link:'', target:'_self'},

			],
 			navigator: { position: 'bottom-right', orientation: 'horizontal', autoHide: false, showNumber: false,
				css: { padding: '10px'}, 
 				item: { css: { height: '15px', width: '15px', backgroundColor: '#cccccc', borderColor: '#999999'},
 						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'}
 			}

		});
	});


