

function Box_articles_elm_save_settings(elm, section)
{
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
	
	/** ----------------------------------------
	/**  Skrytie niektorych vlastnosti vo formulari 
	/** pre zmenu stylov (len viditelne prvky)
	/** ----------------------------------------*/
	
	disable_invisible_style_properties();
}

function Box_articles_elm_save_width(elm, section)
{
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
	
	/** ----------------------------------------
	/**  Skrytie niektorych vlastnosti vo formulari 
	/** pre zmenu stylov (len viditelne prvky)
	/** ----------------------------------------*/
	
	disable_invisible_style_properties();
}




function Box_picture_elm_save_settings(elm, section)
{
	$(elm).find('img.imgB').each(function()
	{banners_images_side($(this));});
}

function Box_picture_elm_save_width(elm, section)
{	
	$(elm).find('img.imgB').each(function()
	{
		if ( section == "left_side" || section == "right_side" )
		{banners_images_side($(this));}
		else
		{banners_images($(this));}	
	});	
}


function Box_products_elm_save_settings(elm, section)
{
	//slider produktov
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});	
	
	/** ----------------------------------------
	/**  Skrytie niektorych vlastnosti vo formulari 
	/** pre zmenu stylov (len viditelne prvky)
	/** ----------------------------------------*/
	
	disable_invisible_style_properties();
}

function Box_products_elm_save_width(elm, section)
{
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
	
	/** ----------------------------------------
	/**  Skrytie niektorych vlastnosti vo formulari 
	/** pre zmenu stylov (len viditelne prvky)
	/** ----------------------------------------*/
	
	disable_invisible_style_properties();
}

function Box_slideshow_elm_save_settings(elm, section)
{
	$(elm).find('img.imgB').each(function()
	{banners_images($(this));});
}

function Box_slideshow_elm_save_width(elm, section)
{	
	$(elm).find('img.imgB').each(function()
	{banners_images($(this));});	
}

function Product_detail_altogether_bought_products_elm_save_settings(elm, section)
{
	//slider produktov
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
}

function Product_detail_altogether_bought_products_elm_save_width(elm, section)
{slider_box($(elm));}

function Product_detail_content_elm_save_settings(elm, section)
{	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});	
}


function Product_detail_parameters_elm_save_settings(elm, section)
{
	tabs_box($(elm));
	
	/* ak neexistuje dlhy popis, skryjem moznost zaskrolovat nan */
	if ( $("#tab_1").length == 0 )
	{
		$('.scroll_product_desc').css('display', 'none');
	}
	else
	{
		$('.scroll_product_desc').css('display', 'block');
	}
}

function Product_detail_parameters_elm_save_width(elm, section)
{tabs_box($(elm));}

function Product_detail_related_products_elm_save_settings(elm, section)
{
	//slider produktov
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
}

function Product_detail_related_products_elm_save_width(elm, section)
{slider_box($(elm));}

function Product_detail_series_elm_save_settings(elm, section)
{
	//slider produktov
	slider_box($(elm));
	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});
}

function Product_detail_series_elm_save_width(elm, section)
{slider_box($(elm));}

function Line_detail_content_elm_save_settings(elm, section)
{	
	//oble rohy obrazkom
	$(elm).find('.imgR').each(function()
	{rounded_images($(this));});	
}

