(function($){
$(function() {

/*#詳細ページ other Recommends*/
if( $("#carouselBoxOthers").length > 0 ){
$("#carouselBoxOthers").carouFredSel({
scroll :{items : 4,duration : 1500}, 
auto :{play:false},items : 4,width : "584px",
next : {button : "#carouselBoxAreaOthers .btNext"},
prev : {button : "#carouselBoxAreaOthers .btPrev"}
});
$("#carouselBoxOthers").css("background" , "none")
; var $lastImg = $("#carouselBoxOthers").find("img:last");
if($lastImg.height()>0) {carouselBoxHeightSet();}
else {$lastImg.unbind("load").bind("load", function(){carouselBoxHeightSet();});}}


//carouselBoxHeightSet();

// news thumbnail
$("#news dt").each(function(){
$(this)
.find('a')
.css('position','relative')
.easyThumbnail()
.end();
});

// blog thumbnail
$(".blog-list dt").each(function(){
$(this)
.find('a')
.css('position','relative')
.easyThumbnail()
.end();
});

});
})(jQuery);
