

Cufon.replace('.homeFeatCat .featBoxArea .featBox h2', {
	fontFamily:'BankGothic Lt BT',
	fontSize:'14px;',
	hover: true
});

Cufon.replace('.topNav as', {
	fontFamily:'BankGothic Lt BT',
	fontSize:'14px;',
	hover: true
});

Cufon.replace('.featuredheading h2', {
	fontFamily:'Arial'
});

Cufon.replace('.show-thumb h3 a', {
	fontFamily:'Arial',
	fontSize:'20px',
});

Cufon.replace('.feelfree h4', {
	fontFamily:'Arial',
	fontWeight:'bold',
	fontSize:'24px',
});

jQuery.noConflict();
jQuery (function (){
	
	var wrapW = 952;
	
	
	jQuery(".round_pane .round_Inside .round_Inside2").corner("round 5px").parent().css('padding', '1px').corner("round 6px");
	jQuery(".rp_pane .rp_Inside .rp_Inside2").corner("round 5px").parent().css('padding', '1px').corner("round 6px");
	jQuery(".rc_pane .rc_Inside .rc_Inside2").corner("round 5px").parent().css('padding', '1px').corner("round 6px");
	
	jQuery(".colboxexp .hDT").click(function() {
		var jID = jQuery(this).parent().attr("id");
		if (jQuery("#"+jID).hasClass ("shownow")){
			jQuery ("#"+jID).removeClass ("shownow");
			jQuery ("#"+jID).addClass ("hidenow");
		}else{
			jQuery ("#"+jID).removeClass ("hidenow");
			jQuery ("#"+jID).addClass ("shownow");
		}
		return false;
	});
	
});
