/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

	$(document).ready( function() {
		$("a.slideshow", this ).click( function() {
			$("a[rel='" + $(this).attr("rel") + "']").colorbox( { photoScaling:true}  )
		} )
	});
