$(document).ready(function() {

//==================================================================================================

// Настройки highslide.
hs.graphicsDir = '/images/highslide/';
hs.showCredits = false;
hs.wrapperClassName = 'wide-border';
hs.loadingText = 'Загрузка!';

// Картинки с применённым highslide.
$('.highslide').click(function() {
	return hs.expand(this);
});

$('div.inner div.inner_right a > img').parent('a').click(function() {
	return hs.expand(this);
});

//==================================================================================================

});


