/*

 * This file is used to add rounded corners to whatever you'd like. 
 * @uses dd_roundies.packed.js

 */ 
DD_roundies.addRule('#h-nav-dd, #h-nav-dd-holder #left_nav', '5px 5px 5px 5px', true);
DD_roundies.addRule('#premiums_content', '5px 5px 0px 0px', true);
DD_roundies.addRule('#body_col #body_content', '5px 5px 5px 5px', true);
/* Premium Page Adjustments */
DD_roundies.addRule('#agdistis_page_table div#body_col_23_wrapper table .agdistis_page_td, #agdistis_page_table .agdistis_page_td div#gothere_page, #agdistis_page .nhl_header, #agdistis_page .nhl_container, #body_col_channel_cont','5px 5px 5px 5px', true);


