$(document).ready(function() {
$("a[rel=4]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=6]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=8]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=9]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=10]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=12]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=13]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
$("a[rel=15]").fancybox({
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'titlePosition' 	: 'over',
'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '' + (title.length ? ' ' + title : '') + '';
}
});
});