jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery('ul.bt-superfish-menu').superfish({

        animation: {height:'show'}
    });


    
    if(document.documentElement.clientHeight>780)
        jQuery('#container').css('height',document.documentElement.clientHeight-400);
    

    if(document.documentElement.clientWidth>1600)
        jQuery('#container').css('width',document.documentElement.clientWidth-800);
   


    jQuery('#bt_slideshow-box img').css('width',jQuery('#container').width()/2);
    jQuery('#bt_slideshow-box img').css('height',jQuery('#bt_slideshow-box img').width());

    jQuery('#text-content').css('width',jQuery('#container').width()/2-50);
    jQuery('#text-content').css('height',jQuery('#bt_slideshow-box img').width()-20);
    //jQuery('#content').css('height',jQuery('#text-content').height()+100);
    jQuery('#ornament').css('width',jQuery('#container').width()+200);
     
    //Slider
    jQuery('#slider').css('height',jQuery('#text-content').height());
    jQuery('#slider').css('width',jQuery('#text-content').width());
    jQuery('.panel').css('height',jQuery('#text-content').height());
    jQuery('.panel').css('width',jQuery('#text-content').width());
    jQuery('.scrollContainer').css('width',jQuery('#text-content').width());
    jQuery('.scroll').css('width',jQuery('#text-content').width());
    jQuery('.scroll').css('height',jQuery('#text-content').height());
    jQuery('.bt-superfish-menu ').css('width',jQuery('#text-content').width()*2+94);

    


});
/*window.onresize = function (evt) {
    if(document.documentElement.clientHeight>780)
        jQuery('#container').css('height',document.documentElement.clientHeight-400);
   
       

    if(document.documentElement.clientWidth>1600)
        jQuery('#container').css('width',document.documentElement.clientWidth-800);
   

   
    jQuery('#bt_slideshow-box img').css('width',jQuery('#container').width()/2);
    jQuery('#bt_slideshow-box img').css('height',jQuery('#bt_slideshow-box img').width());

    jQuery('#text-content').css('width',jQuery('#container').width()/2-50);
    jQuery('#text-content').css('height',jQuery('#bt_slideshow-box img').width()-20);
    jQuery('#content').css('height',jQuery('#text-content').height()+100);

    jQuery('#ornament').css('width',jQuery('#container').width()+200);

    //Slider
    jQuery('#slider').css('height',jQuery('#text-content').height()+20);
    jQuery('#slider').css('width',jQuery('#text-content').width());
    //jQuery('.panel').css('height',jQuery('#text-content').height());
    jQuery('.panel').css('width',jQuery('#text-content').width());
    jQuery('.scroll').css('width',jQuery('#text-content').width());

    
}*/


