$(document).ready(function(){
	$("#news .oneitem:even, #randomitem .oneitem:even").css("clear","left").css("margin-right","25px");
	$("#content a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});
	$('#slider').bxCarousel({
		display_num: 2,
		move: 1,
		prev_image: '/img/left-arrow-small.png',
		next_image: '/img/right-arrow-small.png',
		margin: 20
	});
	$('#actualslider').bxCarousel({
		display_num: 2,
		move: 1,
		prev_image: '/img/left-arrow-small.png',
		next_image: '/img/right-arrow-small.png',
		margin: 0
	});
});
