jQuery(document).ready(function() {
	$("#serialType").selectbox();
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
});

