// JavaScript Document
//cufon
Cufon.replace('h1, h2, h3, .globalNav a, div.columnSub220 a, div.columnSub220End a, div.columnSub220_1a a, .price, .price2', {fontFamily: 'Futura MdCn BT' ,hover: true});
// prettyphoto gallery		
	$(document).ready(function(){
			$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
	});