/* balloon help*/
$(document).ready(function(){
	if($(document).find("div[class^=th_horoscope_title]").length)
	$(document).find("div[class^=th_horoscope_title]").bt(
		{
		  fill: '#F7F7F7', 
		  
		  spikeLength: 10, 
		  spikeGirth: 10, 
		  padding: 8, 
		  cornerRadius: 5, 
		  shadow: true,
	      shadowOffsetX: 3,
	      shadowOffsetY: 3,
	      shadowBlur: 8,
	      shadowColor: 'rgba(0,0,100,.9)',
	      shadowOverlap: false,
	      noShadowOpts: {strokeStyle: '#999', strokeWidth: 2},
		  
		  cssStyles: {
		    fontFamily: '"lucida grande",tahoma,verdana,arial,sans-serif', 
		    fontSize: '11px'
		  	}
		  	
		}  
	);
});

/*image balloon*/
$(document).ready(function(){
	if($(document).find("div[class^=balloon_popup]").length)
	$(document).find("div[class^=balloon_popup]").bt(
		{
		  fill: '#F7F7F7', 
		  spikeLength: 10, 
		  spikeGirth: 10, 
		  padding: 8, 
		  cornerRadius: 5, 
		  shadow: true,
	      shadowOffsetX: 3,
	      shadowOffsetY: 3,
	      shadowBlur: 8,
	      shadowColor: 'rgba(0,0,100,.9)',
	      shadowOverlap: false,
	      noShadowOpts: {strokeStyle: '#999', strokeWidth: 2},
		  
		  cssStyles: {
		    fontFamily: '"lucida grande",tahoma,verdana,arial,sans-serif', 
		    fontSize: '11px'
		  	}
		}  
	);;
});

/*image pagin*/
$(document).ready(function(){
	if($("#image_paging").length)
		$("#image_paging").pager('fieldset', {
	  	prevText: '',
	  	nextText: '',
	  	navClass: 'nav_link ch-color ct-color tRed',
	  	linkText: ['1', '2', '3', '4' ,'5','6','7']
	});
});

/* IE 6 png */
$(function(){
		/*
if($(".th-imgIndex").length)
		$(".th-imgIndex").pngfix();
*/
		if($(".th-iconTvMod").length)
		$(".th-iconTvMod").pngfix();
});

