$(function() {
	

	$(document).ready(function(){
		$("#lightbox a").colorbox({height: "auto", width: "auto", maxWidth:"100%", maxHeight:"100%", scalePhotos: true});
	});
	
	$('#slider').ulslide({
		effect: {
			type: 'slide',
			axis: 'x'
		},
		width: 440,
		height: 175,
		bnext: '#slide_next',
		bprev: '#slide_prev',
		autoslide: 6000
	});
	
});

