var $j = jQuery.noConflict();

$j(document).ready(function(){
    $j(function() {
        $j('#gallery-mellow a').lightBox();
    });

	$j(function() {
        $j('#gallery-cudo a').lightBox();
    });

	$j(function() {
        $j('#gallery-kirimaya a').lightBox();
    });

	$j(function() {
        $j('#gallery-wine33 a').lightBox();
    });

});


