	$(function() {
		$('#ds_showcase').showcase({
 			linksOn: 'images',
 			css: {border:'0px solid  #000000'},
			animation: { autoCycle: true, type: 'fade', interval: 7000, stopOnHover:true, speed: 900, easefunction: 'swing'},
 			images: [
					  {url: 'v/vspfiles/templates/14/images/Glucosamine-for-dogs.jpg', description: 'Glucosamine for dogs', link:'http://www.marvelousproducts.com/Glucosamine-for-Dogs-Joint-Formula-p/glucosamine-for-dogs.htm', target:'_self'},
 {url: 'v/vspfiles/templates/14/images/Flex-5-w-5-loxin5.jpg', description: 'Flex-5 Complete Joint Care with Glucosamine Chondroitin', link:'http://www.marvelousproducts.com/Glucosamine-Chondroitin-p/glucosamine-chondroitin.htm', target:'_self'},

			],
 			navigator: { position: 'top-right', orientation: 'vertical', 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: '2pt', opacity: '0.7'}
 			}

		});
	});


