/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function() {
	$('.scroll-pane').jScrollPane({showArrows:false,scrollbarMargin:10,topCapHeight:20,bottomCapHeight:20});
    $.nyroModalSettings({
        minWidth: 800, // Minimum width
        minHeight: 300 // Minimum height
    })

});
