$(document).ready(function() {

        $("#content .right a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif]").fancybox({
                'titlePosition'   : 'inside'
        });
        
         $("#content .right a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").fancybox({
                'titlePosition'   : 'inside'
        });

});

function catalogSelect(e) {
	var loc = e.options[e.selectedIndex].value;

	if(loc != '') {
		location.href = loc;
	}
}
