$(document).ready(function() {
$('#slideshow').cycle({ 
    fx: 'custom',
	next:   '.next', 
    prev:   '.prev'
});

$("a[rel='photos']").colorbox({transition:"fade", width:"800px", height:"600px"});



});


function changeimage(id,url){
	document.getElementById(id).src=url;
}

