/**
*jQuery.noConflict();
*    var $q = jQuery;
*			$q(document).ready(function() {
*				Cufon.replace('a, #contact-data, span, h1, h2, p, li, .min-maj, .nivo-caption, .nivo-html-caption').CSS.ready(function() {
*					var $menu 		= $q("#slidingMenu");
**/					
					/**
					* the first item in the menu, 
					* which is selected by default
					*/
					/**var $selected	= $menu.find('li:first');**/
					
					/**
					* this is the absolute element,
					* that is going to move across the menu items
					* it has the width of the selected item
					* and the top is the distance from the item to the top
					*/
					
					/**
					* each sliding div (descriptions) will have the same top
					* as the corresponding item in the menu
					*/
					
					
					/**
					* append the absolute div to the menu;
					* when we mouse out from the menu 
					* the absolute div moves to the top (like innitially);
					* when hovering the items of the menu, we move it to its position 
					*/
				/**	
				}) ;
			});
**/
jQuery.noConflict();
var $q = jQuery;
$q(function() {
Cufon.replace('.PageTitle, .link_tit_gal2, .blue, .black, .pink_name, .link_tit_gal3, #menulava, a, h1, h2, #leftcol_title, #navtitle_right, #leftcol_title, #navtitle_middle, fieldset.tx-powermail-pi1_fieldset legend', {
hover: {
color: '#4976c4',
textShadow: '#ffffff',
}
});
Cufon.replace('.PageTitle, link_tit_gal2,  .blue, .black, .pink_name, .link_tit_gal3, #menulava, a, h1, h2, #leftcol_title, #navtitle_right, #leftcol_title, #navtitle_middle, fieldset.tx-powermail-pi1_fieldset legend', {
hover: true,
});
});
