function JsStyles(){
	
    this.init = function(){
    	(function($) {
    		$('#scrollBarWrapper').css('display', 'block');
    		$('.shadowBottom').css('display', 'block');
    		$('#productChanger').css('height', '436px');
    		$('#productChanger').css('overflow-x', 'hidden');
    		$('#productChangerSmall').css('overflow-x', 'hidden');
    		//$('#productNavi').css('height', '539px');
    		$('#tabTitleHolder').css('display', 'block');
    		$('#colorPickerHolder').css('display', 'block');
    		
    		$('#references').css('display', 'block');
    		$('#essentials').css('display', 'block');
    		
    		$('#productBoxes .box').css('height', $('#productBoxes').height());
    		
    		if($.browser.msie){
    			if(jQuery.browser.version == '7.0') {
    				//$('#productNavi').css('height', '554px');
    				$('#rightArea .bigBox.box').css('height', 'auto');
    				$('#rightArea .bigBox.box').css('margin-bottom', '20px');
    			}
    		}
    	})(jQuery);
    }
    

    
    this.showNext = function() {
    	(function($) {

    	})(jQuery);
    }
  
    
    var self = this;
}

var jsStyles = new JsStyles();

