// JavaScript Document
$j(document).ready(function () {
	$j('.rhand_box_cont').append('<div class="hover"><\/div>');
	$j('.rhand_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rkat_box_cont').append('<div class="hover"><\/div>');
	$j('.rkat_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rart_box_cont').append('<div class="hover"><\/div>');
	$j('.rart_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rall_box_cont').append('<div class="hover"><\/div>');
	$j('.rall_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rforum_box_cont').append('<div class="hover"><\/div>');
	$j('.rforum_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rtoplinks_box_cont').append('<div class="hover"><\/div>');
	$j('.rtoplinks_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
	$j('.rimmo_aust_box_cont').append('<div class="hover"><\/div>');
	$j('.rimmo_aust_box_cont').hover(		
		//Mouseover, fadeIn the hidden hover class	
		function() {			
			$j(this).children('div').fadeIn('1000');		
		}, 	
		//Mouseout, fadeOut the hover class
		function() {		
			$j(this).children('div').fadeOut('1000');			
	})
});



