var BENMOORE = {
	cfyh: {}
};

jQuery.noConflict();

jQuery(document).ready(function() {

	jQuery('#room-views-wrapper').click(function() {
		BENMOORE.moreImages = new BENMOORE.cfyh.MoreImages();
	});

	jQuery('#room-views-wrapper a').css('left','auto');

});

BENMOORE.cfyh.cdp = function () {

	this.open_bookmark = function() {
		addthis_open(document.getElementById('add-this-bookmark'), '', '[URL]', '[TITLE]');
		jQuery("div[id^=addthis_dropdown]").css("visibility", "visible");
	};
	
};
			
BENMOORE.cfyh.cdpObj = new BENMOORE.cfyh.cdp();
