// jQuery('#wrapper').corner("30px");
jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery('#go, #gallery').bind('click',function(){location.href = '/index.php'; return false;});
//	for(var i=1; i<11; i++){		
//		jQuery('#holder_images').append( jQuery(document.createElement('img')).attr({'src':'/assets/js/jquery/images/zaclona'+i+'.jpg', 
// 			'longdesc':"/index.php",
// 			'class':'link'
//			})
//		);
//	}
// 	setTimeout(function(){
	jQuery(function($) {
			$("#gallery").carousel3d({ 
									control:'button', 
									speed:1, 
									perspective: 200, 
									centerX: $('#gallery').offset().left + $('#gallery').width()/2,
// 									centerY: 100,
// 									padding: 10
									});
	})
// 	}, 500);
});
