$(document).ready(function(){
	
	var browserName=navigator.appName;
	var screenHeight = screen.height
	if (browserName=="Microsoft Internet Explorer") {
    
       $(".content").css("margin", "0");
       $(".content2").css("margin", "0");
    
       $(".contentFoot").css("margin-right", "13px");
	   
	 }else{
	}

/*	$(".bg").css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/gbg.png)").css("min-height", winH);*/
	
	$(".leftButton").hover(function(){ $(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/leftButtonHov.png) no-repeat");}, function(){$(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/leftButton.png) no-repeat");});

	$(".button").hover(function(){ $(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/buttonHov.png) no-repeat");}, function(){$(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/button.png) no-repeat");});
	
	$(".rightButton").hover(function(){ $(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/rightButtonHov.png) no-repeat");}, function(){$(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/rightButton.png) no-repeat");});
	
	$(".leftButtonActive").hover(function(){ $(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/leftButtonHov.png) no-repeat");}, function(){$(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/leftButtonActive.png) no-repeat");});

	$(".buttonActive").hover(function(){ $(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/buttonHov.png) no-repeat");}, function(){$(this).css(	"background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/buttonActive.png) no-repeat");});
	
	$(".rightButtonActive").hover(function(){ $(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/rightButtonHov.png) no-repeat");}, function(){$(this).css("background", "url(http://www.choiceer.com/wp-content/themes/ChoiceTheme/images/rightButtonActive.png) no-repeat");});			
	
});