$(document).ready(function(){
		// create bubble popups
		$('.hotspot_r').CreateBubblePopup({
										innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'font-size':'25px',
														'font-family':'impact',
														'background-image':'../images/jquerybubblepopup-theme/bubble.png'
														},
										themeName: 	'all-orange',
										themePath: 	'images/jquerybubblepopup-theme',
										position: 'right',
										tail:{align:'bottom'}
										});
		$('.hotspot_l').CreateBubblePopup({
										innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'font-size':'25px',
														'font-family':'impact'
														},
										themeName: 	'all-orange',
										themePath: 	'images/jquerybubblepopup-theme',
										position: 'left',
										tail:{align:'bottom'}
										});
		$('#hot_tour').SetBubblePopupInnerHtml('MUSIC & TOURING');
		$('#hot_fashion').SetBubblePopupInnerHtml('FASHION');
		$('#hot_film').SetBubblePopupInnerHtml('TV & BROADCAST');
		$('#hot_media').SetBubblePopupInnerHtml('CREATIVE MEDIA');
		$('#hot_vip').SetBubblePopupInnerHtml('VIP LEISURE');
		$('#hot_art').SetBubblePopupInnerHtml('PERFORMING ARTS');
		$('#hot_tv').SetBubblePopupInnerHtml('FILM');
		$('#hot_sport').SetBubblePopupInnerHtml('SPORT');
});

