$(document).ready(function() {

	$('#slides').slides({
		preload: true,
		preloadImage: '/newimgages/cables-image.png',
		play: 5000,
		pause: 2500,
		hoverPause: true,
		pagination: true,
		fadeSpeed: 1000
		});
		/*,
		animationStart: function(current){
			$('.caption').animate({
				bottom:-30
			},200);
		},
		animationComplete: function(current){
			$('.caption').animate({
				bottom:0
			},400);
		},
		slidesLoaded: function() {
			$('.caption').animate({
				bottom:0
			},400);
		}*/


	//Activate Slides on product image
	$('div#panelbody div.product-details img.product-image').lightBox({
	});

});
