$(document).ready(function() {
 $("#box_login_border").corner("10px");
 $("#box_login").corner("10px");
 $("#box_gallery_border").corner("10px");
 $("#all_gallery").corner("10px");
 /*$("#box_question_border").corner("10px");
 $("#box_question").corner("10px");*/
 $("#box_links_border").corner("10px");
 $("#box_links").corner("10px");
 $("#box_birthday_border").corner("10px");
 $("#box_birthday").corner("10px");


 /*$('#content_page_content').jScrollPane({showArrows:true, scrollbarMargin: 2});*/
 /*$('#photos_gallery').jScrollPane({showArrows:true, scrollbarMargin: 2});*/

});
