(function($) {
$(function() {
$('#Gnavi li').opOver(1,0.5,300,500);
$('#Index_Contents_Block .select_list li img').opOver(1,0.5,300,500);
$('#Index_Business_List img').opOver(2.0,0.5,300,500);
$('#index_right_product li img').opOver(2.0,0.5,300,500);
$('#Header img').opOver(2.0,0.5,300,500);
$('#Index_right .index_right_banner img').wink();
$('#Index_image').wink();
$('#side_banner img').wink();
$('#Index_right .list_btn img').opOver(1,0.5,300,500);
$('#suntech_access_btn').opOver(1,0.5,300,500);
$('#solution_footer_btn').wink();
$('#solution_footer_btn02').wink();
$('#index_business_ttl .blist_btn').opOver(1,0.5,300,500);
$('#Listing .product_pdf_dl').opOver(1,0.5,300,500);
$('#Right_block .our_b_dentetsu img').opOver(1,0.5,300,500);
$('#Right_block .our_b_denryoku img').opOver(1,0.5,300,500);
$('#Right_block .our_b_sangyou img').opOver(1,0.5,300,500);
});
})(jQuery);


$(function () {
    if (! $.browser.safari) {
        $('#link_to_top').click(function () {
            $(this).blur();

            $('html,body').animate({ scrollTop: 0 }, 'slow');

            return false;
        });
    }
});


$(document).ready(function(){	
			var sudoSlider = $("#slider").sudoSlider({
				autowidth: false,
				slideCount: 5,
				continuous:true,
auto: false,
				numeric:true
			});
});	


$(function(){
$('#slides').slides({
preload: true,
preloadImage: 'img/loading.gif',
play: 9000,
pause: 2500,
hoverPause: true,
animationStart: function(current){
$('.caption').animate({
bottom:-35
},100);
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
$('.caption').animate({
bottom:0
},200);
}
});
});
