// JavaScript Document

$(document).ready(function(){
	$('body').pngFix();
	$("#baserk031").hover(function() {
		$(this).css("background","url(baserk_img/baserk001c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk001.gif) no-repeat top center");
	});
	$("#baserk032").hover(function() {
		$(this).css("background","url(baserk_img/baserk002c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk002.gif) no-repeat top center");
	});
	$("#baserk033").hover(function() {
		$(this).css("background","url(baserk_img/baserk003c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk003.gif) no-repeat top center");
	});
	$("#baserk034").hover(function() {
		$(this).css("background","url(baserk_img/baserk004c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk004.gif) no-repeat top center");
	});
	$("#baserk035").hover(function() {
		$(this).css("background","url(baserk_img/baserk005c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk005.gif) no-repeat top center");
	});
	$("#baserk036").hover(function() {
		$(this).css("background","url(baserk_img/baserk006c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk006.gif) no-repeat top center");
	});
	$("#baserk037").hover(function() {
		$(this).css("background","url(baserk_img/baserk007c.gif) no-repeat top center");
	}, function() {
		$(this).css("background","url(baserk_img/baserk007.gif) no-repeat top center");
	});
	$("#baserk0622").smarquee(
		{
			distance:224,
			time:2,
			//btnGo:{up:'#goU',down:'#goD'},
			direction:'left'
		}
	);
	$("#baserk09").smarquee(
		{
			distance:214,
			time:2,
			//btnGo:{up:'#goU',down:'#goD'},
			direction:'left'
		}
	);
	$("#baserk052 ul").innerfade(
		{
			speed: 'slow',
			timeout: 2000,
			type: 'sequence',
			containerheight: '328px'
		}
	);
});
