$(function() {

			$("#nav_menu").corner("round 5px");    
			$("#nav_menu_search").corner("round 5px");    			
			      
		//	$(".banner_left").corner("round 5px");    			
		//	$(".banner_right").corner("round 5px");   
			 	
			$(".main_content").corner("round 5px");    	
//			$(".main_content_container").corner("round 5px");    	

			$(".product_details_image_container").corner("round 5px");    	


			$(".category_header").corner("round 5px");
			$(".category_item").corner("round 5px");
			$(".home_tabs").corner("round 5px");			    							
			$(".d_tab").corner("round 5px");			
			$(".d_tab2").corner("round 5px");
		//	$(".product_container").corner("round 5px");
			$(".footer").corner("round 5px");
//			$(".footer_container").corner("round 5px");			
			
			$(".big_tabs").corner("round 5px");			    							
			$(".big_tab_menu").corner("round 5px");			
			$(".big_tab_menu_active").corner("round 5px");

			$(".form_container").corner("round 5px");
			$(".form_item_container").corner("round 5px");

			$(".pages_container").corner("round 5px");
			$(".pages_item_container").corner("round 5px");

			$(".form_container_medium").corner("round 5px");
			$(".form_item_container_medium").corner("round 5px");
			$(".pagelist").corner("round 5px");
			
			$(".footer_container_copy").corner("round 5px");			

            $('.product_container').animate({"opacity": .82});

            $('.product_container').hover(function() {
                $(this).stop().animate({ "opacity": 1 });
            }, function() {
                $(this).stop().animate({ "opacity": .82 });
                
            });
			
			
			  
        });	
        
			
			DD_roundies.addRule('.banner_left', '5px', true);
			DD_roundies.addRule('.banner_right', '5px', true);

			DD_roundies.addRule('.main_content_container', '5px', true);






			DD_roundies.addRule('.footer_container', '5px', true);	        
