$(document).ready(function(){
						   
	   $("#left-tabs a").fadeTo("fast", 0.8); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("#left-tabs a").hover(function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 0.8); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("a#book-a-demo").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("a#book-a-demo").hover(function(){
	   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("a.live-chat").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("a.live-chat").hover(function(){
	   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $(".jqueryslidemenu a").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $(".jqueryslidemenu a").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });


$(document).ready(function(){
						   
	   $("#top a img").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("#top a img").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("img.img-right-hover").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("img.img-right-hover").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("a.hotel-management-software-system").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("a.hotel-management-software-system").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("a.hotel-management-software-system-end").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("a.hotel-management-software-system-end").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $("a.news-continue-reading").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $("a.news-continue-reading").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });

$(document).ready(function(){
						   
	   $(".news-prev-next a").fadeTo("fast", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
	   $(".news-prev-next a").hover(function(){
	   $(this).fadeTo("fast", 0.7); // This should set the opacity to 100% on hover
	   },function(){
	   $(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
			});
	   });
