
$(document).ready( function()
{
	// Lightbox pictures box
	$('.pictures a').lightBox();

	// Mouseover effect on top menu
   $(".menu_select").hover( function()
		{
			this.src = this.src.replace( ".png", "_selected.png" );
		},
		function()
		{
			this.src = this.src.replace( "_selected.png", ".png");
		}
	);
});

Cufon.replace('.footer_head, .title, .features .item',{
fontFamily: 'Museo Sans 500',
textShadow: '#333333 1px 1px'
});

Cufon.replace('.twitter .title',{
fontFamily: 'Museo Sans 500',
textShadow: '#CCCCCC 1px 1px'
});

Cufon.replace('.header_head',{
fontFamily: 'Museo Sans 500',
textShadow: '#333333 1px 1px'
});

Cufon.replace('h2',{
fontFamily: 'Museo Sans 500',
textShadow: '#CCCCCC 1px 1px'
});

Cufon.replace('h3',{
fontFamily: 'Museo Sans 500',
textShadow: '#CCCCCC 1px 1px'
});

Cufon.replace('.row1_top, .row2_top, .row3_top',{
fontFamily: 'Museo Sans 500',
textShadow: '#CCCCCC 1px 1px'
});

Cufon.replace('.row1_price, .row2_price, .row3_price',{
fontFamily: 'Museo Sans 900',
textShadow: '1px 1px #333333;'
});



