/**
 * @author Vlad Yakovlev (red.scorpix@gmail.com)
 * @link www.scorpix.ru
 * @requires jQuery
 */
(jCommon.browser.msie || jCommon.browser.opera) && $(function() {

	$('#content .gallery .with_border').each(function() {
		var rootEl = $(this);

		$('<ins class="cn_rt"></ins>').prependTo(rootEl);
		$('<ins class="cn_lt"></ins>').prependTo(rootEl);
		$('<ins class="cn_lb"></ins>').appendTo(rootEl);
		$('<ins class="cn_rb"></ins>').appendTo(rootEl);
	});
});
