$(document).ready(function(){
	if($('.exhibit:has(.layer-a)')){
		$('.exhibit:has(.layer-a)').css({'height': 177, 'position': 'auto', 'z-index': 'auto'});
	}
	if($('.rotator:has(.slideshow-b)')){
		$('.holder-a:has(.rotator:has(.slideshow-b))').css({'margin-top': 13});
		$('.rotator:has(.slideshow-b)').css({'margin-top': 10, 'margin-bottom': 24});
	}
});
