	$(function() {
		$('#ds_showcase').showcase({
 			linksOn: 'images',
 			css: {border:'0px solid  #FFFFFF'},
			animation: { autoCycle: true, type: 'fade', interval: 5500, stopOnHover:true, speed: 1200, easefunction: 'swing'},
 			images: [
			{url: '_ds_images/11.jpg', description: 'Fitness Solutions', link:'', target:'_self'},
 {url: '_ds_images/1.jpg', description: 'Fitness Solutions', link:'', target:'_self'},

 {url: '_ds_images/8.jpg', description: 'Fitness Solutions', link:'', target:'_self'}, {url: '_ds_images/4.jpg', description: 'Fitness Solutions', link:'', target:'_self'}, {url: '_ds_images/9.jpg', description: 'Fitness Solutions', link:'', target:'_self'},{url: '_ds_images/5.jpg', description: 'Fitness Solutions', link:'', target:'_self'},


			],
 			navigator: { position: 'bottom-right', orientation: 'horizontal', autoHide: false, showNumber: false,
				css: { padding: '5px'}, 
 				item: { css: { height: '10px', width: '10px', backgroundColor: '#00CC00', borderColor: '#FFFFFF'},
 						cssHover: { backgroundColor: '#C6E2FF'},
						cssSelected: { backgroundColor: '#002142', borderColor: '#FFFFFF'}
 				}
 			},
			titleBar: { enabled: false, autoHide: true, position: 'top', 
						css:{ backgroundColor: '#000000', color: '#ffffff', fontSize: '12pt', opacity: '0.7'}
 			}

		});
	});


