// when the DOM is ready...
$(document).ready(function () {
							
$('.thumbs_div').hide();

$('.aph_link').click(function() {$('.aph').toggle();});
$('.fpt_link').click(function() {$('.fpt').toggle();});
$('.ia_link').click(function() {$('.ia').toggle();});
$('.rpl_link').click(function() {$('.rpl').toggle();});
$('.pt_link').click(function() {$('.pt').toggle();});
$('.rph_link').click(function() {$('.rph').toggle();});
$('.wc_link').click(function() {$('.wc').toggle();});


	
	
	$(".iframe").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	200, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'hideOnOverlayClick' :	true,
		'width' : 400,
		'height' : 400
	});

	$(".slideshow").cycle({ 
		'fx':      'scrollLeft', 
		'speed':    500, 
		'timeout':  5000
	});


});
