/*!
 * Download Station JavaScript Library v1.0.0
 *
 * Copyright (c) 2010 
 * 
 *
 * Date: 2010-04-21
 * Revision: 6001
 */

$.ui.dialog.defaults.bgiframe = true;
$(function() {

	$('.jsdtstyle a').hover(function(){
	wp=$('.jsdtstyle').width();
wo=$(this).offset().left;
$('.reply').css({top:$(this).offset().top+$(this).height()+8,left:wo<300?0:wo-wp-10}).fadeIn().children('.top').children('a').click(function(){$(this).parent().parent().fadeOut();});

	 //$('.reply.mod h3 a').click(function(){$(this).parent().parent().fadeOut();});
								   
    });
	

});


