/*
  * Specials products slideshow
  * slideshow.js	
  * @category 	Pro Modules
  * @author  	Development: Monstermedia.fr
  * @credit  	Distriution:   Themesremix.com
  * @license 	SINGLE/Themesremix.com
  * @version 	1.0
  *
  */
	$(document).ready(function(){
							 
		$(function() {
				   
			$('#box').cycle({ 
				fx:     'fade', 
				speed:   500, 
				timeout: 5000
				
			});
			
		});
		
	});

